Html Css Color HEX #0BBEEE Deep Sky Blue

📋 copy color: '#0BBEEE'

red 11 ◦ green 190 ◦ blue 238

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

Shades of Deep Sky Blue #0BBEEE

Tints of Deep Sky Blue #0BBEEE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.28%

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

R = 2.51%
G = 43.28%
B = 54.21%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BBEEE (or 0x0BBEEE) is known color: Deep Sky Blue. HEX triplet: 0B, BE and EE. RGB value is (11,190,238). Sum of RGB (Red+Green+Blue) = 11+190+238=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BBEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBEEE is #F44111. Grayscale: #8D8D8D. Windows color (decimal): -16007442 or 15646219. OLE color: 15646219.

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

Color convert

RGB 11 190 238 -
CMYK 0.95 0.20 0 0.07
HSL 192.69º 0.91% 0.49% -
HSV(B) 192.69º 0.95% 0.93% -
XYZ 33.98 43.07 87.41 -
YUV 141.95 182.2 34.6 -
System Red Green Blue C M Y K H S L
Decimal 11 190 238 0.95 0.20 0 0.07 192.69 0.91 0.49
Hex B BE EE 5F 14 0 7 C1 5B 31
Octal 13 276 356 137 24 0 7 301 133 61
Binary 1011 10111110 11101110 1011111 10100 0 111 11000001 1011011 110001

Color Harmonies of #0BBEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBEEE

Black with #0BBEEE

Text Example


Text Example

White with #0BBEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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