Html Css Color HEX #0CBBEB Deep Sky Blue

📋 copy color: '#0CBBEB'

red 12 ◦ green 187 ◦ blue 235

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

Shades of Deep Sky Blue #0CBBEB

Tints of Deep Sky Blue #0CBBEB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.09%

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

R = 2.76%
G = 43.09%
B = 54.15%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0CBBEB (or 0x0CBBEB) is known color: Deep Sky Blue. HEX triplet: 0C, BB and EB. RGB value is (12,187,235). Sum of RGB (Red+Green+Blue) = 12+187+235=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CBBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBBEB is #F34414. Grayscale: #8B8B8B. Windows color (decimal): -15942677 or 15448844. OLE color: 15448844.

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

Color convert

RGB 12 187 235 -
CMYK 0.95 0.20 0 0.08
HSL 192.91º 0.9% 0.48% -
HSV(B) 192.91º 0.95% 0.92% -
XYZ 32.92 41.62 84.9 -
YUV 140.15 181.52 36.6 -
System Red Green Blue C M Y K H S L
Decimal 12 187 235 0.95 0.20 0 0.08 192.91 0.9 0.48
Hex C BB EB 5F 14 0 8 C1 5A 30
Octal 14 273 353 137 24 0 10 301 132 60
Binary 1100 10111011 11101011 1011111 10100 0 1000 11000001 1011010 110000

Color Harmonies of #0CBBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBBEB

Black with #0CBBEB

Text Example


Text Example

White with #0CBBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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