Html Css Color HEX #0FFEFF Aqua

📋 copy color: '#0FFEFF'

red 15 ◦ green 254 ◦ blue 255

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

Shades of Aqua #0FFEFF

Tints of Aqua #0FFEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.47%

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

R = 2.86%
G = 48.47%
B = 48.66%

CMYK

 C value IS 0.94

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0FFEFF (or 0x0FFEFF) is known color: Aqua. HEX triplet: 0F, FE and FF. RGB value is (15,254,255). Sum of RGB (Red+Green+Blue) = 15+254+255=524 (69% of max value = 765). Red value is 15 (6.25% from 255 or 2.86% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FFEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFEFF is #F00100. Grayscale: #B6B6B6. Windows color (decimal): -15728897 or 16776719. OLE color: 16776719.

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

Color convert

RGB 15 254 255 -
CMYK 0.94 0.00 0 0
HSL 180.25º 1% 0.53% -
HSV(B) 180.25º 0.94% 1% -
XYZ 53.69 78.21 106.87 -
YUV 182.65 168.82 8.42 -
System Red Green Blue C M Y K H S L
Decimal 15 254 255 0.94 0.00 0 0 180.25 1 0.53
Hex F FE FF 5E 0 0 0 B4 64 35
Octal 17 376 377 136 0 0 0 264 144 65
Binary 1111 11111110 11111111 1011110 0 0 0 10110100 1100100 110101

Color Harmonies of #0FFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFEFF

Black with #0FFEFF

Text Example


Text Example

White with #0FFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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