Html Css Color HEX #0CB7EB Deep Sky Blue

📋 copy color: '#0CB7EB'

red 12 ◦ green 183 ◦ blue 235

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

Shades of Deep Sky Blue #0CB7EB

Tints of Deep Sky Blue #0CB7EB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.56%

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

R = 2.79%
G = 42.56%
B = 54.65%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0CB7EB (or 0x0CB7EB) is known color: Deep Sky Blue. HEX triplet: 0C, B7 and EB. RGB value is (12,183,235). Sum of RGB (Red+Green+Blue) = 12+183+235=430 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.79% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CB7EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CB7EB is #F34814. Grayscale: #898989. Windows color (decimal): -15943701 or 15447820. OLE color: 15447820.

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

Color convert

RGB 12 183 235 -
CMYK 0.95 0.22 0 0.08
HSL 193.99º 0.9% 0.48% -
HSV(B) 193.99º 0.95% 0.92% -
XYZ 32.08 39.94 84.62 -
YUV 137.8 182.85 38.27 -
System Red Green Blue C M Y K H S L
Decimal 12 183 235 0.95 0.22 0 0.08 193.99 0.9 0.48
Hex C B7 EB 5F 16 0 8 C2 5A 30
Octal 14 267 353 137 26 0 10 302 132 60
Binary 1100 10110111 11101011 1011111 10110 0 1000 11000010 1011010 110000

Color Harmonies of #0CB7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB7EB

Black with #0CB7EB

Text Example


Text Example

White with #0CB7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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