Html Css Color HEX #0CCBEB Deep Sky Blue

📋 copy color: '#0CCBEB'

red 12 ◦ green 203 ◦ blue 235

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

Shades of Deep Sky Blue #0CCBEB

Tints of Deep Sky Blue #0CCBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.11%

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

R = 2.67%
G = 45.11%
B = 52.22%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0CCBEB (or 0x0CCBEB) is known color: Deep Sky Blue. HEX triplet: 0C, CB and EB. RGB value is (12,203,235). Sum of RGB (Red+Green+Blue) = 12+203+235=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CCBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCBEB is #F33414. Grayscale: #959595. Windows color (decimal): -15938581 or 15452940. OLE color: 15452940.

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

Color convert

RGB 12 203 235 -
CMYK 0.95 0.14 0 0.08
HSL 188.61º 0.9% 0.48% -
HSV(B) 188.61º 0.95% 0.92% -
XYZ 36.5 48.79 86.09 -
YUV 149.54 176.22 29.9 -
System Red Green Blue C M Y K H S L
Decimal 12 203 235 0.95 0.14 0 0.08 188.61 0.9 0.48
Hex C CB EB 5F E 0 8 BD 5A 30
Octal 14 313 353 137 16 0 10 275 132 60
Binary 1100 11001011 11101011 1011111 1110 0 1000 10111101 1011010 110000

Color Harmonies of #0CCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCBEB

Black with #0CCBEB

Text Example


Text Example

White with #0CCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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