Html Css Color HEX #0FD7FB Deep Sky Blue

📋 copy color: '#0FD7FB'

red 15 ◦ green 215 ◦ blue 251

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

Shades of Deep Sky Blue #0FD7FB

Tints of Deep Sky Blue #0FD7FB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.7%

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 3.12%
G = 44.7%
B = 52.18%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FD7FB (or 0x0FD7FB) is known color: Deep Sky Blue. HEX triplet: 0F, D7 and FB. RGB value is (15,215,251). Sum of RGB (Red+Green+Blue) = 15+215+251=481 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.12% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #0FD7FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD7FB is #F02804. Grayscale: #9E9E9E. Windows color (decimal): -15738885 or 16504591. OLE color: 16504591.

HSL color Cylindrical-coordinate representation of color #0FD7FB: hue angle of 189.15º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD7FB is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 215 251 -
CMYK 0.94 0.14 0 0.02
HSL 189.15º 0.97% 0.52% -
HSV(B) 189.15º 0.94% 0.98% -
XYZ 41.91 55.67 99.8 -
YUV 159.3 179.74 25.07 -
System Red Green Blue C M Y K H S L
Decimal 15 215 251 0.94 0.14 0 0.02 189.15 0.97 0.52
Hex F D7 FB 5E E 0 2 BD 61 34
Octal 17 327 373 136 16 0 2 275 141 64
Binary 1111 11010111 11111011 1011110 1110 0 10 10111101 1100001 110100

Color Harmonies of #0FD7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD7FB

Black with #0FD7FB

Text Example


Text Example

White with #0FD7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,215,251); }

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

background-color css

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

 a { background-color: rgb(15,215,251); }

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

border-color css

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

 span { border-color: rgb(15,215,251); }

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