Html Css Color HEX #0CACEB Deep Sky Blue

📋 copy color: '#0CACEB'

red 12 ◦ green 172 ◦ blue 235

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

Shades of Deep Sky Blue #0CACEB

Tints of Deep Sky Blue #0CACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.09%

R = 2.86%
G = 41.05%
B = 56.09%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0CACEB (or 0x0CACEB) is known color: Deep Sky Blue. HEX triplet: 0C, AC and EB. RGB value is (12,172,235). Sum of RGB (Red+Green+Blue) = 12+172+235=419 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CACEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CACEB is #F35314. Grayscale: #828282. Windows color (decimal): -15946517 or 15445004. OLE color: 15445004.

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

Color convert

RGB 12 172 235 -
CMYK 0.95 0.27 0 0.08
HSL 196.95º 0.9% 0.48% -
HSV(B) 196.95º 0.95% 0.92% -
XYZ 29.9 35.58 83.89 -
YUV 131.34 186.49 42.88 -
System Red Green Blue C M Y K H S L
Decimal 12 172 235 0.95 0.27 0 0.08 196.95 0.9 0.48
Hex C AC EB 5F 1B 0 8 C5 5A 30
Octal 14 254 353 137 33 0 10 305 132 60
Binary 1100 10101100 11101011 1011111 11011 0 1000 11000101 1011010 110000

Color Harmonies of #0CACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACEB

Black with #0CACEB

Text Example


Text Example

White with #0CACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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