Html Css Color HEX #0BC9EF Deep Sky Blue

📋 copy color: '#0BC9EF'

red 11 ◦ green 201 ◦ blue 239

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

Shades of Deep Sky Blue #0BC9EF

Tints of Deep Sky Blue #0BC9EF

RGB

 RED value IS 11 (4.69% from 255) = 2.44%

 GREEN value IS 201 (78.91% from 255) = 44.57%

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

R = 2.44%
G = 44.57%
B = 52.99%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0BC9EF (or 0x0BC9EF) is known color: Deep Sky Blue. HEX triplet: 0B, C9 and EF. RGB value is (11,201,239). Sum of RGB (Red+Green+Blue) = 11+201+239=451 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BC9EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC9EF is #F43610. Grayscale: #949494. Windows color (decimal): -16004625 or 15714571. OLE color: 15714571.

HSL color Cylindrical-coordinate representation of color #0BC9EF: hue angle of 190º degrees, saturation: 0.91, 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 #0BC9EF is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 11 201 239 -
CMYK 0.95 0.16 0 0.06
HSL 190º 0.91% 0.49% -
HSV(B) 190º 0.95% 0.94% -
XYZ 36.6 48.08 89.01 -
YUV 148.52 179.05 29.91 -
System Red Green Blue C M Y K H S L
Decimal 11 201 239 0.95 0.16 0 0.06 190 0.91 0.49
Hex B C9 EF 5F 10 0 6 BE 5B 31
Octal 13 311 357 137 20 0 6 276 133 61
Binary 1011 11001001 11101111 1011111 10000 0 110 10111110 1011011 110001

Color Harmonies of #0BC9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC9EF

Black with #0BC9EF

Text Example


Text Example

White with #0BC9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,201,239); }

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

background-color css

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

 a { background-color: rgb(11,201,239); }

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

border-color css

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

 span { border-color: rgb(11,201,239); }

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