Html Css Color HEX #0BBFE6 Deep Sky Blue

📋 copy color: '#0BBFE6'

red 11 ◦ green 191 ◦ blue 230

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

Shades of Deep Sky Blue #0BBFE6

Tints of Deep Sky Blue #0BBFE6

RGB

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

 GREEN value IS 191 (75% from 255) = 44.21%

 BLUE value IS 230 (90.23% from 255) = 53.24%

R = 2.55%
G = 44.21%
B = 53.24%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0BBFE6 (or 0x0BBFE6) is known color: Deep Sky Blue. HEX triplet: 0B, BF and E6. RGB value is (11,191,230). Sum of RGB (Red+Green+Blue) = 11+191+230=432 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #0BBFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBFE6 is #F44019. Grayscale: #8D8D8D. Windows color (decimal): -16007194 or 15122187. OLE color: 15122187.

HSL color Cylindrical-coordinate representation of color #0BBFE6: hue angle of 190.68º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBFE6 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 11 191 230 -
CMYK 0.95 0.17 0 0.10
HSL 190.68º 0.91% 0.47% -
HSV(B) 190.68º 0.95% 0.9% -
XYZ 33.05 43.05 81.43 -
YUV 141.63 177.87 34.83 -
System Red Green Blue C M Y K H S L
Decimal 11 191 230 0.95 0.17 0 0.10 190.68 0.91 0.47
Hex B BF E6 5F 11 0 A BF 5B 2F
Octal 13 277 346 137 21 0 12 277 133 57
Binary 1011 10111111 11100110 1011111 10001 0 1010 10111111 1011011 101111

Color Harmonies of #0BBFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBFE6

Black with #0BBFE6

Text Example


Text Example

White with #0BBFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,191,230); }

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

background-color css

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

 a { background-color: rgb(11,191,230); }

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

border-color css

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

 span { border-color: rgb(11,191,230); }

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