Html Css Color HEX #0FB8EB Deep Sky Blue

📋 copy color: '#0FB8EB'

red 15 ◦ green 184 ◦ blue 235

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

Shades of Deep Sky Blue #0FB8EB

Tints of Deep Sky Blue #0FB8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.4%

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

R = 3.46%
G = 42.4%
B = 54.15%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FB8EB (or 0x0FB8EB) is known color: Deep Sky Blue. HEX triplet: 0F, B8 and EB. RGB value is (15,184,235). Sum of RGB (Red+Green+Blue) = 15+184+235=434 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FB8EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB8EB is #F04714. Grayscale: #8A8A8A. Windows color (decimal): -15746837 or 15448079. OLE color: 15448079.

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

Color convert

RGB 15 184 235 -
CMYK 0.94 0.22 0 0.08
HSL 193.91º 0.88% 0.49% -
HSV(B) 193.91º 0.94% 0.92% -
XYZ 32.33 40.38 84.69 -
YUV 139.28 182.01 39.35 -
System Red Green Blue C M Y K H S L
Decimal 15 184 235 0.94 0.22 0 0.08 193.91 0.88 0.49
Hex F B8 EB 5E 16 0 8 C2 58 31
Octal 17 270 353 136 26 0 10 302 130 61
Binary 1111 10111000 11101011 1011110 10110 0 1000 11000010 1011000 110001

Color Harmonies of #0FB8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB8EB

Black with #0FB8EB

Text Example


Text Example

White with #0FB8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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