Html Css Color HEX #0FDAFE Deep Sky Blue

📋 copy color: '#0FDAFE'

red 15 ◦ green 218 ◦ blue 254

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

Shades of Deep Sky Blue #0FDAFE

Tints of Deep Sky Blue #0FDAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.76%

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

R = 3.08%
G = 44.76%
B = 52.16%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0FDAFE (or 0x0FDAFE) is known color: Deep Sky Blue. HEX triplet: 0F, DA and FE. RGB value is (15,218,254). Sum of RGB (Red+Green+Blue) = 15+218+254=487 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.08% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FDAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDAFE is #F02501. Grayscale: #A1A1A1. Windows color (decimal): -15738114 or 16701967. OLE color: 16701967.

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

Color convert

RGB 15 218 254 -
CMYK 0.94 0.14 0 0.00
HSL 189.04º 0.99% 0.53% -
HSV(B) 189.04º 0.94% 1% -
XYZ 43.16 57.4 102.57 -
YUV 161.41 180.25 23.57 -
System Red Green Blue C M Y K H S L
Decimal 15 218 254 0.94 0.14 0 0.00 189.04 0.99 0.53
Hex F DA FE 5E E 0 0 BD 63 35
Octal 17 332 376 136 16 0 0 275 143 65
Binary 1111 11011010 11111110 1011110 1110 0 0 10111101 1100011 110101

Color Harmonies of #0FDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDAFE

Black with #0FDAFE

Text Example


Text Example

White with #0FDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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