Html Css Color HEX #0CBFEB Deep Sky Blue

📋 copy color: '#0CBFEB'

red 12 ◦ green 191 ◦ blue 235

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

Shades of Deep Sky Blue #0CBFEB

Tints of Deep Sky Blue #0CBFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 43.61%

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

R = 2.74%
G = 43.61%
B = 53.65%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0CBFEB (or 0x0CBFEB) is known color: Deep Sky Blue. HEX triplet: 0C, BF and EB. RGB value is (12,191,235). Sum of RGB (Red+Green+Blue) = 12+191+235=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CBFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBFEB is #F34014. Grayscale: #8E8E8E. Windows color (decimal): -15941653 or 15449868. OLE color: 15449868.

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

Color convert

RGB 12 191 235 -
CMYK 0.95 0.19 0 0.08
HSL 191.84º 0.9% 0.48% -
HSV(B) 191.84º 0.95% 0.92% -
XYZ 33.78 43.34 85.18 -
YUV 142.5 180.2 34.92 -
System Red Green Blue C M Y K H S L
Decimal 12 191 235 0.95 0.19 0 0.08 191.84 0.9 0.48
Hex C BF EB 5F 13 0 8 C0 5A 30
Octal 14 277 353 137 23 0 10 300 132 60
Binary 1100 10111111 11101011 1011111 10011 0 1000 11000000 1011010 110000

Color Harmonies of #0CBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBFEB

Black with #0CBFEB

Text Example


Text Example

White with #0CBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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