Html Css Color HEX #0CACE8 Deep Sky Blue

📋 copy color: '#0CACE8'

red 12 ◦ green 172 ◦ blue 232

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

Shades of Deep Sky Blue #0CACE8

Tints of Deep Sky Blue #0CACE8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

 BLUE value IS 232 (91.02% from 255) = 55.77%

R = 2.88%
G = 41.35%
B = 55.77%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0CACE8 (or 0x0CACE8) is known color: Deep Sky Blue. HEX triplet: 0C, AC and E8. RGB value is (12,172,232). Sum of RGB (Red+Green+Blue) = 12+172+232=416 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 232 (91.02% from 255 or 55.77% from 416); Max value from RGB is 232 - color contains mainly: blue. Hex color #0CACE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CACE8 is #F35317. Grayscale: #828282. Windows color (decimal): -15946520 or 15248396. OLE color: 15248396.

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

Color convert

RGB 12 172 232 -
CMYK 0.95 0.26 0 0.09
HSL 196.36º 0.9% 0.48% -
HSV(B) 196.36º 0.95% 0.91% -
XYZ 29.47 35.41 81.63 -
YUV 131 184.99 43.12 -
System Red Green Blue C M Y K H S L
Decimal 12 172 232 0.95 0.26 0 0.09 196.36 0.9 0.48
Hex C AC E8 5F 1A 0 9 C4 5A 30
Octal 14 254 350 137 32 0 11 304 132 60
Binary 1100 10101100 11101000 1011111 11010 0 1001 11000100 1011010 110000

Color Harmonies of #0CACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACE8

Black with #0CACE8

Text Example


Text Example

White with #0CACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,172,232); }

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

background-color css

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

 a { background-color: rgb(12,172,232); }

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

border-color css

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

 span { border-color: rgb(12,172,232); }

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