Html Css Color HEX #1DBFFC Deep Sky Blue

📋 copy color: '#1DBFFC'

red 29 ◦ green 191 ◦ blue 252

#1DBFFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #1DBFFC

Tints of Deep Sky Blue #1DBFFC

RGB

 RED value IS 29 (11.72% from 255) = 6.14%

 GREEN value IS 191 (75% from 255) = 40.47%

 BLUE value IS 252 (98.83% from 255) = 53.39%

R = 6.14%
G = 40.47%
B = 53.39%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1DBFFC (or 0x1DBFFC) is known color: Deep Sky Blue. HEX triplet: 1D, BF and FC. RGB value is (29,191,252). Sum of RGB (Red+Green+Blue) = 29+191+252=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DBFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBFFC is #E24003. Grayscale: #959595. Windows color (decimal): -14827524 or 16563997. OLE color: 16563997.

HSL color Cylindrical-coordinate representation of color #1DBFFC: hue angle of 196.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBFFC is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 191 252 -
CMYK 0.88 0.24 0 0.01
HSL 196.41º 0.97% 0.55% -
HSV(B) 196.41º 0.88% 0.99% -
XYZ 36.71 44.55 98.76 -
YUV 149.52 185.83 42.04 -
System Red Green Blue C M Y K H S L
Decimal 29 191 252 0.88 0.24 0 0.01 196.41 0.97 0.55
Hex 1D BF FC 58 18 0 1 C4 61 37
Octal 35 277 374 130 30 0 1 304 141 67
Binary 11101 10111111 11111100 1011000 11000 0 1 11000100 1100001 110111

Color Harmonies of #1DBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBFFC

Black with #1DBFFC

Text Example


Text Example

White with #1DBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DBFFC;
 }
 .AnyTagClassName
 {
   color: #1DBFFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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