Html Css Color HEX #0BD3EF Deep Sky Blue

📋 copy color: '#0BD3EF'

red 11 ◦ green 211 ◦ blue 239

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

Shades of Deep Sky Blue #0BD3EF

Tints of Deep Sky Blue #0BD3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.77%

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

R = 2.39%
G = 45.77%
B = 51.84%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0BD3EF (or 0x0BD3EF) is known color: Deep Sky Blue. HEX triplet: 0B, D3 and EF. RGB value is (11,211,239). Sum of RGB (Red+Green+Blue) = 11+211+239=461 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.39% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BD3EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD3EF is #F42C10. Grayscale: #9A9A9A. Windows color (decimal): -16002065 or 15717131. OLE color: 15717131.

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

Color convert

RGB 11 211 239 -
CMYK 0.95 0.12 0 0.06
HSL 187.37º 0.91% 0.49% -
HSV(B) 187.37º 0.95% 0.94% -
XYZ 39.01 52.89 89.81 -
YUV 154.39 175.74 25.72 -
System Red Green Blue C M Y K H S L
Decimal 11 211 239 0.95 0.12 0 0.06 187.37 0.91 0.49
Hex B D3 EF 5F C 0 6 BB 5B 31
Octal 13 323 357 137 14 0 6 273 133 61
Binary 1011 11010011 11101111 1011111 1100 0 110 10111011 1011011 110001

Color Harmonies of #0BD3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD3EF

Black with #0BD3EF

Text Example


Text Example

White with #0BD3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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