#1DBFF3

Color #1DBFF3 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #1DBFF3

Tints of Deep Sky Blue #1DBFF3

Color information

#1DBFF3 (or 0x1DBFF3) is unknown color: approx Deep Sky Blue. HEX triplet: 1D, BF and F3. RGB value is (29,191,243). Sum of RGB (Red+Green+Blue) = 29+191+243=463 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.26% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #1DBFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBFF3 is #E2400C. Grayscale: #949494. Windows color (decimal): -14827533 or 15974173. OLE color: 15974173.

HSL color Cylindrical-coordinate representation of color #1DBFF3: hue angle of 194.58º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBFF3 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB29191243-
CMYK0.880.2100.05
HSL194.58º89.92%53.33%-
HSV(B)194.58º88.07%95.29%-
XYZ35.3243.9991.42-
YUV148.49181.3342.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 6.26%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 243 (95.31% from 255) = 52.48%
R=6.26%
G=41.25%
B=52.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal291912430.880.2100.05194.5889.9253.33
Hex1DBFF3581505c35a35
Octal35277363130250530313265
Binary1110110111111111100111011000101010101110000111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DBFF3; }

 p { color: rgb(29,191,243); }

 H1.HeaderClassName
 {
   color: #1DBFF3;
 }
 .AnyTagClassName
 {
   color: #1DBFF3;
 }
</style>
background-color css

<style>
 a { background-color: #1DBFF3; }

 a { background-color: rgb(29,191,243); }

 div.DivClassName
 {
   background-color: #1DBFF3;
 }
 .BgClassName
 {
   background-color: #1DBFF3;
 }
</style>
border-color css

<style>
 span { border-color: #1DBFF3; }

 span { border-color: rgb(29,191,243); }

 td.TdClassName
 {
   border-color: #1DBFF3;
 }
 .TagClassName
 {
   border-color: #1DBFF3;
 }
</style>