Html Css Color HEX #0CADEB Deep Sky Blue

📋 copy color: '#0CADEB'

red 12 ◦ green 173 ◦ blue 235

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

Shades of Deep Sky Blue #0CADEB

Tints of Deep Sky Blue #0CADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.19%

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

R = 2.86%
G = 41.19%
B = 55.95%

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

#0CADEB (or 0x0CADEB) is known color: Deep Sky Blue. HEX triplet: 0C, AD and EB. RGB value is (12,173,235). Sum of RGB (Red+Green+Blue) = 12+173+235=420 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CADEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CADEB is #F35214. Grayscale: #838383. Windows color (decimal): -15946261 or 15445260. OLE color: 15445260.

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

Color convert

RGB 12 173 235 -
CMYK 0.95 0.26 0 0.08
HSL 196.68º 0.9% 0.48% -
HSV(B) 196.68º 0.95% 0.92% -
XYZ 30.09 35.96 83.95 -
YUV 131.93 186.16 42.46 -
System Red Green Blue C M Y K H S L
Decimal 12 173 235 0.95 0.26 0 0.08 196.68 0.9 0.48
Hex C AD EB 5F 1A 0 8 C5 5A 30
Octal 14 255 353 137 32 0 10 305 132 60
Binary 1100 10101101 11101011 1011111 11010 0 1000 11000101 1011010 110000

Color Harmonies of #0CADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CADEB

Black with #0CADEB

Text Example


Text Example

White with #0CADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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