Html Css Color HEX #0BD2EE Deep Sky Blue

📋 copy color: '#0BD2EE'

red 11 ◦ green 210 ◦ blue 238

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

Shades of Deep Sky Blue #0BD2EE

Tints of Deep Sky Blue #0BD2EE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.75%

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 2.4%
G = 45.75%
B = 51.85%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BD2EE (or 0x0BD2EE) is known color: Deep Sky Blue. HEX triplet: 0B, D2 and EE. RGB value is (11,210,238). Sum of RGB (Red+Green+Blue) = 11+210+238=459 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BD2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD2EE is #F42D11. Grayscale: #999999. Windows color (decimal): -16002322 or 15651339. OLE color: 15651339.

HSL color Cylindrical-coordinate representation of color #0BD2EE: hue angle of 187.4º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD2EE is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 210 238 -
CMYK 0.95 0.12 0 0.07
HSL 187.4º 0.91% 0.49% -
HSV(B) 187.4º 0.95% 0.93% -
XYZ 38.62 52.34 88.96 -
YUV 153.69 175.57 26.22 -
System Red Green Blue C M Y K H S L
Decimal 11 210 238 0.95 0.12 0 0.07 187.4 0.91 0.49
Hex B D2 EE 5F C 0 7 BB 5B 31
Octal 13 322 356 137 14 0 7 273 133 61
Binary 1011 11010010 11101110 1011111 1100 0 111 10111011 1011011 110001

Color Harmonies of #0BD2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD2EE

Black with #0BD2EE

Text Example


Text Example

White with #0BD2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,210,238); }

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

background-color css

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

 a { background-color: rgb(11,210,238); }

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

border-color css

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

 span { border-color: rgb(11,210,238); }

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