Html Css Color HEX #0BBCEE Deep Sky Blue

📋 copy color: '#0BBCEE'

red 11 ◦ green 188 ◦ blue 238

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

Shades of Deep Sky Blue #0BBCEE

Tints of Deep Sky Blue #0BBCEE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.02%

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

R = 2.52%
G = 43.02%
B = 54.46%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BBCEE (or 0x0BBCEE) is known color: Deep Sky Blue. HEX triplet: 0B, BC and EE. RGB value is (11,188,238). Sum of RGB (Red+Green+Blue) = 11+188+238=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BBCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBCEE is #F44311. Grayscale: #8C8C8C. Windows color (decimal): -16007954 or 15645707. OLE color: 15645707.

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

Color convert

RGB 11 188 238 -
CMYK 0.95 0.21 0 0.07
HSL 193.22º 0.91% 0.49% -
HSV(B) 193.22º 0.95% 0.93% -
XYZ 33.55 42.21 87.27 -
YUV 140.78 182.86 35.43 -
System Red Green Blue C M Y K H S L
Decimal 11 188 238 0.95 0.21 0 0.07 193.22 0.91 0.49
Hex B BC EE 5F 15 0 7 C1 5B 31
Octal 13 274 356 137 25 0 7 301 133 61
Binary 1011 10111100 11101110 1011111 10101 0 111 11000001 1011011 110001

Color Harmonies of #0BBCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCEE

Black with #0BBCEE

Text Example


Text Example

White with #0BBCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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