Html Css Color HEX #0CAEEC Deep Sky Blue

📋 copy color: '#0CAEEC'

red 12 ◦ green 174 ◦ blue 236

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

Shades of Deep Sky Blue #0CAEEC

Tints of Deep Sky Blue #0CAEEC

RGB

 RED value IS 12 (5.08% from 255) = 2.84%

 GREEN value IS 174 (68.36% from 255) = 41.23%

 BLUE value IS 236 (92.58% from 255) = 55.92%

R = 2.84%
G = 41.23%
B = 55.92%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0CAEEC (or 0x0CAEEC) is known color: Deep Sky Blue. HEX triplet: 0C, AE and EC. RGB value is (12,174,236). Sum of RGB (Red+Green+Blue) = 12+174+236=422 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #0CAEEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CAEEC is #F35113. Grayscale: #848484. Windows color (decimal): -15946004 or 15511052. OLE color: 15511052.

HSL color Cylindrical-coordinate representation of color #0CAEEC: hue angle of 196.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CAEEC is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 174 236 -
CMYK 0.95 0.26 0 0.07
HSL 196.61º 0.9% 0.49% -
HSV(B) 196.61º 0.95% 0.93% -
XYZ 30.43 36.41 84.78 -
YUV 132.63 186.33 41.96 -
System Red Green Blue C M Y K H S L
Decimal 12 174 236 0.95 0.26 0 0.07 196.61 0.9 0.49
Hex C AE EC 5F 1A 0 7 C5 5A 31
Octal 14 256 354 137 32 0 7 305 132 61
Binary 1100 10101110 11101100 1011111 11010 0 111 11000101 1011010 110001

Color Harmonies of #0CAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAEEC

Black with #0CAEEC

Text Example


Text Example

White with #0CAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CAEEC; }

 p { color: rgb(12,174,236); }

 H1.HeaderClassName
 {
   color: #0CAEEC;
 }
 .AnyTagClassName
 {
   color: #0CAEEC;
 }
</style>

background-color css

<style>
 a { background-color: #0CAEEC; }

 a { background-color: rgb(12,174,236); }

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

border-color css

<style>
 span { border-color: #0CAEEC; }

 span { border-color: rgb(12,174,236); }

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