Html Css Color HEX #1CCAEE Deep Sky Blue

📋 copy color: '#1CCAEE'

red 28 ◦ green 202 ◦ blue 238

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

Shades of Deep Sky Blue #1CCAEE

Tints of Deep Sky Blue #1CCAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 5.98%
G = 43.16%
B = 50.85%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1CCAEE (or 0x1CCAEE) is known color: Deep Sky Blue. HEX triplet: 1C, CA and EE. RGB value is (28,202,238). Sum of RGB (Red+Green+Blue) = 28+202+238=468 (61% of max value = 765). Red value is 28 (11.33% from 255 or 5.98% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #1CCAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCAEE is #E33511. Grayscale: #999999. Windows color (decimal): -14890258 or 15649308. OLE color: 15649308.

HSL color Cylindrical-coordinate representation of color #1CCAEE: hue angle of 190.29º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCAEE is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 202 238 -
CMYK 0.88 0.15 0 0.07
HSL 190.29º 0.86% 0.52% -
HSV(B) 190.29º 0.88% 0.93% -
XYZ 37.03 48.66 88.33 -
YUV 154.08 175.35 38.07 -
System Red Green Blue C M Y K H S L
Decimal 28 202 238 0.88 0.15 0 0.07 190.29 0.86 0.52
Hex 1C CA EE 58 F 0 7 BE 56 34
Octal 34 312 356 130 17 0 7 276 126 64
Binary 11100 11001010 11101110 1011000 1111 0 111 10111110 1010110 110100

Color Harmonies of #1CCAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCAEE

Black with #1CCAEE

Text Example


Text Example

White with #1CCAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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