Html Css Color HEX #0FFAFF Aqua

📋 copy color: '#0FFAFF'

red 15 ◦ green 250 ◦ blue 255

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

Shades of Aqua #0FFAFF

Tints of Aqua #0FFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.08%

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

R = 2.88%
G = 48.08%
B = 49.04%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0FFAFF (or 0x0FFAFF) is known color: Aqua. HEX triplet: 0F, FA and FF. RGB value is (15,250,255). Sum of RGB (Red+Green+Blue) = 15+250+255=520 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.88% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FFAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFAFF is #F00500. Grayscale: #B4B4B4. Windows color (decimal): -15729921 or 16775695. OLE color: 16775695.

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

Color convert

RGB 15 250 255 -
CMYK 0.94 0.02 0 0
HSL 181.25º 1% 0.53% -
HSV(B) 181.25º 0.94% 1% -
XYZ 52.43 75.69 106.45 -
YUV 180.31 170.14 10.09 -
System Red Green Blue C M Y K H S L
Decimal 15 250 255 0.94 0.02 0 0 181.25 1 0.53
Hex F FA FF 5E 2 0 0 B5 64 35
Octal 17 372 377 136 2 0 0 265 144 65
Binary 1111 11111010 11111111 1011110 10 0 0 10110101 1100100 110101

Color Harmonies of #0FFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFAFF

Black with #0FFAFF

Text Example


Text Example

White with #0FFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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