Html Css Color HEX #0FBBEB Deep Sky Blue

📋 copy color: '#0FBBEB'

red 15 ◦ green 187 ◦ blue 235

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

Shades of Deep Sky Blue #0FBBEB

Tints of Deep Sky Blue #0FBBEB

RGB

 RED value IS 15 (6.25% from 255) = 3.43%

 GREEN value IS 187 (73.44% from 255) = 42.79%

 BLUE value IS 235 (92.19% from 255) = 53.78%

R = 3.43%
G = 42.79%
B = 53.78%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FBBEB (or 0x0FBBEB) is known color: Deep Sky Blue. HEX triplet: 0F, BB and EB. RGB value is (15,187,235). Sum of RGB (Red+Green+Blue) = 15+187+235=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FBBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBBEB is #F04414. Grayscale: #8C8C8C. Windows color (decimal): -15746069 or 15448847. OLE color: 15448847.

HSL color Cylindrical-coordinate representation of color #0FBBEB: hue angle of 193.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBBEB is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 187 235 -
CMYK 0.94 0.20 0 0.08
HSL 193.09º 0.88% 0.49% -
HSV(B) 193.09º 0.94% 0.92% -
XYZ 32.96 41.64 84.9 -
YUV 141.04 181.02 38.1 -
System Red Green Blue C M Y K H S L
Decimal 15 187 235 0.94 0.20 0 0.08 193.09 0.88 0.49
Hex F BB EB 5E 14 0 8 C1 58 31
Octal 17 273 353 136 24 0 10 301 130 61
Binary 1111 10111011 11101011 1011110 10100 0 1000 11000001 1011000 110001

Color Harmonies of #0FBBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBBEB

Black with #0FBBEB

Text Example


Text Example

White with #0FBBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,187,235); }

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

background-color css

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

 a { background-color: rgb(15,187,235); }

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

border-color css

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

 span { border-color: rgb(15,187,235); }

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