Html Css Color HEX #0FDAFF Deep Sky Blue

📋 copy color: '#0FDAFF'

red 15 ◦ green 218 ◦ blue 255

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

Shades of Deep Sky Blue #0FDAFF

Tints of Deep Sky Blue #0FDAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.25%

R = 3.07%
G = 44.67%
B = 52.25%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0FDAFF (or 0x0FDAFF) is known color: Deep Sky Blue. HEX triplet: 0F, DA and FF. RGB value is (15,218,255). Sum of RGB (Red+Green+Blue) = 15+218+255=488 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FDAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDAFF is #F02500. Grayscale: #A1A1A1. Windows color (decimal): -15738113 or 16767503. OLE color: 16767503.

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

Color convert

RGB 15 218 255 -
CMYK 0.94 0.15 0 0
HSL 189.25º 1% 0.53% -
HSV(B) 189.25º 0.94% 1% -
XYZ 43.32 57.46 103.42 -
YUV 161.52 180.75 23.49 -
System Red Green Blue C M Y K H S L
Decimal 15 218 255 0.94 0.15 0 0 189.25 1 0.53
Hex F DA FF 5E F 0 0 BD 64 35
Octal 17 332 377 136 17 0 0 275 144 65
Binary 1111 11011010 11111111 1011110 1111 0 0 10111101 1100100 110101

Color Harmonies of #0FDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDAFF

Black with #0FDAFF

Text Example


Text Example

White with #0FDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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