Html Css Color HEX #0FBBE9 Deep Sky Blue

📋 copy color: '#0FBBE9'

red 15 ◦ green 187 ◦ blue 233

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

Shades of Deep Sky Blue #0FBBE9

Tints of Deep Sky Blue #0FBBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 53.56%

R = 3.45%
G = 42.99%
B = 53.56%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0FBBE9 (or 0x0FBBE9) is known color: Deep Sky Blue. HEX triplet: 0F, BB and E9. RGB value is (15,187,233). Sum of RGB (Red+Green+Blue) = 15+187+233=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #0FBBE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBBE9 is #F04416. Grayscale: #8C8C8C. Windows color (decimal): -15746071 or 15317775. OLE color: 15317775.

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

Color convert

RGB 15 187 233 -
CMYK 0.94 0.20 0 0.09
HSL 192.66º 0.88% 0.49% -
HSV(B) 192.66º 0.94% 0.91% -
XYZ 32.68 41.53 83.38 -
YUV 140.82 180.02 38.26 -
System Red Green Blue C M Y K H S L
Decimal 15 187 233 0.94 0.20 0 0.09 192.66 0.88 0.49
Hex F BB E9 5E 14 0 9 C1 58 31
Octal 17 273 351 136 24 0 11 301 130 61
Binary 1111 10111011 11101001 1011110 10100 0 1001 11000001 1011000 110001

Color Harmonies of #0FBBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBBE9

Black with #0FBBE9

Text Example


Text Example

White with #0FBBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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