Html Css Color HEX #0CAEEB Deep Sky Blue

📋 copy color: '#0CAEEB'

red 12 ◦ green 174 ◦ blue 235

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

Shades of Deep Sky Blue #0CAEEB

Tints of Deep Sky Blue #0CAEEB

RGB

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

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

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

R = 2.85%
G = 41.33%
B = 55.82%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0CAEEB (or 0x0CAEEB) is known color: Deep Sky Blue. HEX triplet: 0C, AE and EB. RGB value is (12,174,235). Sum of RGB (Red+Green+Blue) = 12+174+235=421 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.85% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CAEEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CAEEB is #F35114. Grayscale: #848484. Windows color (decimal): -15946005 or 15445516. OLE color: 15445516.

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

Color convert

RGB 12 174 235 -
CMYK 0.95 0.26 0 0.08
HSL 196.41º 0.9% 0.48% -
HSV(B) 196.41º 0.95% 0.92% -
XYZ 30.28 36.35 84.02 -
YUV 132.52 185.83 42.04 -
System Red Green Blue C M Y K H S L
Decimal 12 174 235 0.95 0.26 0 0.08 196.41 0.9 0.48
Hex C AE EB 5F 1A 0 8 C4 5A 30
Octal 14 256 353 137 32 0 10 304 132 60
Binary 1100 10101110 11101011 1011111 11010 0 1000 11000100 1011010 110000

Color Harmonies of #0CAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAEEB

Black with #0CAEEB

Text Example


Text Example

White with #0CAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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