Html Css Color HEX #0FB1EB Deep Sky Blue

📋 copy color: '#0FB1EB'

red 15 ◦ green 177 ◦ blue 235

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

Shades of Deep Sky Blue #0FB1EB

Tints of Deep Sky Blue #0FB1EB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.45%

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

R = 3.51%
G = 41.45%
B = 55.04%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FB1EB (or 0x0FB1EB) is known color: Deep Sky Blue. HEX triplet: 0F, B1 and EB. RGB value is (15,177,235). Sum of RGB (Red+Green+Blue) = 15+177+235=427 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.51% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FB1EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FB1EB is #F04E14. Grayscale: #868686. Windows color (decimal): -15748629 or 15446287. OLE color: 15446287.

HSL color Cylindrical-coordinate representation of color #0FB1EB: hue angle of 195.82º 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 #0FB1EB is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 177 235 -
CMYK 0.94 0.25 0 0.08
HSL 195.82º 0.88% 0.49% -
HSV(B) 195.82º 0.94% 0.92% -
XYZ 30.91 37.54 84.21 -
YUV 135.17 184.33 42.28 -
System Red Green Blue C M Y K H S L
Decimal 15 177 235 0.94 0.25 0 0.08 195.82 0.88 0.49
Hex F B1 EB 5E 19 0 8 C4 58 31
Octal 17 261 353 136 31 0 10 304 130 61
Binary 1111 10110001 11101011 1011110 11001 0 1000 11000100 1011000 110001

Color Harmonies of #0FB1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB1EB

Black with #0FB1EB

Text Example


Text Example

White with #0FB1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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