Html Css Color HEX #0BD1EF Deep Sky Blue

📋 copy color: '#0BD1EF'

red 11 ◦ green 209 ◦ blue 239

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

Shades of Deep Sky Blue #0BD1EF

Tints of Deep Sky Blue #0BD1EF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.53%

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

R = 2.4%
G = 45.53%
B = 52.07%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0BD1EF (or 0x0BD1EF) is known color: Deep Sky Blue. HEX triplet: 0B, D1 and EF. RGB value is (11,209,239). Sum of RGB (Red+Green+Blue) = 11+209+239=459 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BD1EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD1EF is #F42E10. Grayscale: #989898. Windows color (decimal): -16002577 or 15716619. OLE color: 15716619.

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

Color convert

RGB 11 209 239 -
CMYK 0.95 0.13 0 0.06
HSL 187.89º 0.91% 0.49% -
HSV(B) 187.89º 0.95% 0.94% -
XYZ 38.52 51.9 89.65 -
YUV 153.22 176.4 26.56 -
System Red Green Blue C M Y K H S L
Decimal 11 209 239 0.95 0.13 0 0.06 187.89 0.91 0.49
Hex B D1 EF 5F D 0 6 BC 5B 31
Octal 13 321 357 137 15 0 6 274 133 61
Binary 1011 11010001 11101111 1011111 1101 0 110 10111100 1011011 110001

Color Harmonies of #0BD1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD1EF

Black with #0BD1EF

Text Example


Text Example

White with #0BD1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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