Html Css Color HEX #1CCCF9 Deep Sky Blue

📋 copy color: '#1CCCF9'

red 28 ◦ green 204 ◦ blue 249

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

Shades of Deep Sky Blue #1CCCF9

Tints of Deep Sky Blue #1CCCF9

RGB

 RED value IS 28 (11.33% from 255) = 5.82%

 GREEN value IS 204 (80.08% from 255) = 42.41%

 BLUE value IS 249 (97.66% from 255) = 51.77%

R = 5.82%
G = 42.41%
B = 51.77%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1CCCF9 (or 0x1CCCF9) is known color: Deep Sky Blue. HEX triplet: 1C, CC and F9. RGB value is (28,204,249). Sum of RGB (Red+Green+Blue) = 28+204+249=481 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.82% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #1CCCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCCF9 is #E33306. Grayscale: #9C9C9C. Windows color (decimal): -14889735 or 16370716. OLE color: 16370716.

HSL color Cylindrical-coordinate representation of color #1CCCF9: hue angle of 192.22º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CCCF9 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 204 249 -
CMYK 0.89 0.18 0 0.02
HSL 192.22º 0.95% 0.54% -
HSV(B) 192.22º 0.89% 0.98% -
XYZ 39.17 50.27 97.26 -
YUV 156.51 180.19 36.34 -
System Red Green Blue C M Y K H S L
Decimal 28 204 249 0.89 0.18 0 0.02 192.22 0.95 0.54
Hex 1C CC F9 59 12 0 2 C0 5F 36
Octal 34 314 371 131 22 0 2 300 137 66
Binary 11100 11001100 11111001 1011001 10010 0 10 11000000 1011111 110110

Color Harmonies of #1CCCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCF9

Black with #1CCCF9

Text Example


Text Example

White with #1CCCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,204,249); }

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

background-color css

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

 a { background-color: rgb(28,204,249); }

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

border-color css

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

 span { border-color: rgb(28,204,249); }

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