Html Css Color HEX #0CABEC Deep Sky Blue

📋 copy color: '#0CABEC'

red 12 ◦ green 171 ◦ blue 236

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

Shades of Deep Sky Blue #0CABEC

Tints of Deep Sky Blue #0CABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

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

R = 2.86%
G = 40.81%
B = 56.32%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0CABEC (or 0x0CABEC) is known color: Deep Sky Blue. HEX triplet: 0C, AB and EC. RGB value is (12,171,236). Sum of RGB (Red+Green+Blue) = 12+171+236=419 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #0CABEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CABEC is #F35413. Grayscale: #828282. Windows color (decimal): -15946772 or 15510284. OLE color: 15510284.

HSL color Cylindrical-coordinate representation of color #0CABEC: hue angle of 197.41º 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 #0CABEC is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 171 236 -
CMYK 0.95 0.28 0 0.07
HSL 197.41º 0.9% 0.49% -
HSV(B) 197.41º 0.95% 0.93% -
XYZ 29.85 35.26 84.59 -
YUV 130.87 187.32 43.21 -
System Red Green Blue C M Y K H S L
Decimal 12 171 236 0.95 0.28 0 0.07 197.41 0.9 0.49
Hex C AB EC 5F 1C 0 7 C5 5A 31
Octal 14 253 354 137 34 0 7 305 132 61
Binary 1100 10101011 11101100 1011111 11100 0 111 11000101 1011010 110001

Color Harmonies of #0CABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABEC

Black with #0CABEC

Text Example


Text Example

White with #0CABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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