Html Css Color HEX #1CCAF8 Deep Sky Blue

📋 copy color: '#1CCAF8'

red 28 ◦ green 202 ◦ blue 248

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

Shades of Deep Sky Blue #1CCAF8

Tints of Deep Sky Blue #1CCAF8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.26%

 BLUE value IS 248 (97.27% from 255) = 51.88%

R = 5.86%
G = 42.26%
B = 51.88%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1CCAF8 (or 0x1CCAF8) is known color: Deep Sky Blue. HEX triplet: 1C, CA and F8. RGB value is (28,202,248). Sum of RGB (Red+Green+Blue) = 28+202+248=478 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.86% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #1CCAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCAF8 is #E33507. Grayscale: #9A9A9A. Windows color (decimal): -14890248 or 16304668. OLE color: 16304668.

HSL color Cylindrical-coordinate representation of color #1CCAF8: hue angle of 192.55º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CCAF8 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 28 202 248 -
CMYK 0.89 0.19 0 0.03
HSL 192.55º 0.94% 0.54% -
HSV(B) 192.55º 0.89% 0.97% -
XYZ 38.54 49.27 96.28 -
YUV 155.22 180.35 37.26 -
System Red Green Blue C M Y K H S L
Decimal 28 202 248 0.89 0.19 0 0.03 192.55 0.94 0.54
Hex 1C CA F8 59 13 0 3 C1 5E 36
Octal 34 312 370 131 23 0 3 301 136 66
Binary 11100 11001010 11111000 1011001 10011 0 11 11000001 1011110 110110

Color Harmonies of #1CCAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCAF8

Black with #1CCAF8

Text Example


Text Example

White with #1CCAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,202,248); }

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

background-color css

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

 a { background-color: rgb(28,202,248); }

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

border-color css

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

 span { border-color: rgb(28,202,248); }

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