Html Css Color HEX #0FD2FE Deep Sky Blue

📋 copy color: '#0FD2FE'

red 15 ◦ green 210 ◦ blue 254

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

Shades of Deep Sky Blue #0FD2FE

Tints of Deep Sky Blue #0FD2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.84%

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 3.13%
G = 43.84%
B = 53.03%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0FD2FE (or 0x0FD2FE) is known color: Deep Sky Blue. HEX triplet: 0F, D2 and FE. RGB value is (15,210,254). Sum of RGB (Red+Green+Blue) = 15+210+254=479 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.13% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FD2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD2FE is #F02D01. Grayscale: #9C9C9C. Windows color (decimal): -15740162 or 16699919. OLE color: 16699919.

HSL color Cylindrical-coordinate representation of color #0FD2FE: hue angle of 191.05º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD2FE is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 15 210 254 -
CMYK 0.94 0.17 0 0.00
HSL 191.05º 0.99% 0.53% -
HSV(B) 191.05º 0.94% 1% -
XYZ 41.13 53.35 101.9 -
YUV 156.71 182.9 26.92 -
System Red Green Blue C M Y K H S L
Decimal 15 210 254 0.94 0.17 0 0.00 191.05 0.99 0.53
Hex F D2 FE 5E 11 0 0 BF 63 35
Octal 17 322 376 136 21 0 0 277 143 65
Binary 1111 11010010 11111110 1011110 10001 0 0 10111111 1100011 110101

Color Harmonies of #0FD2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD2FE

Black with #0FD2FE

Text Example


Text Example

White with #0FD2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,210,254); }

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

background-color css

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

 a { background-color: rgb(15,210,254); }

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

border-color css

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

 span { border-color: rgb(15,210,254); }

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