Html Css Color HEX #0CBFEF Deep Sky Blue

📋 copy color: '#0CBFEF'

red 12 ◦ green 191 ◦ blue 239

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

Shades of Deep Sky Blue #0CBFEF

Tints of Deep Sky Blue #0CBFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.07%

R = 2.71%
G = 43.21%
B = 54.07%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0CBFEF (or 0x0CBFEF) is known color: Deep Sky Blue. HEX triplet: 0C, BF and EF. RGB value is (12,191,239). Sum of RGB (Red+Green+Blue) = 12+191+239=442 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CBFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBFEF is #F34010. Grayscale: #8E8E8E. Windows color (decimal): -15941649 or 15712012. OLE color: 15712012.

HSL color Cylindrical-coordinate representation of color #0CBFEF: hue angle of 192.69º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBFEF is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 12 191 239 -
CMYK 0.95 0.20 0 0.06
HSL 192.69º 0.9% 0.49% -
HSV(B) 192.69º 0.95% 0.94% -
XYZ 34.36 43.57 88.26 -
YUV 142.95 182.2 34.6 -
System Red Green Blue C M Y K H S L
Decimal 12 191 239 0.95 0.20 0 0.06 192.69 0.9 0.49
Hex C BF EF 5F 14 0 6 C1 5A 31
Octal 14 277 357 137 24 0 6 301 132 61
Binary 1100 10111111 11101111 1011111 10100 0 110 11000001 1011010 110001

Color Harmonies of #0CBFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBFEF

Black with #0CBFEF

Text Example


Text Example

White with #0CBFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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