Html Css Color HEX #0FEAF8 Aqua

📋 copy color: '#0FEAF8'

red 15 ◦ green 234 ◦ blue 248

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

Shades of Aqua #0FEAF8

Tints of Aqua #0FEAF8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.08%

 BLUE value IS 248 (97.27% from 255) = 49.9%

R = 3.02%
G = 47.08%
B = 49.9%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0FEAF8 (or 0x0FEAF8) is known color: Aqua. HEX triplet: 0F, EA and F8. RGB value is (15,234,248). Sum of RGB (Red+Green+Blue) = 15+234+248=497 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.02% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #0FEAF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEAF8 is #F01507. Grayscale: #A9A9A9. Windows color (decimal): -15734024 or 16312847. OLE color: 16312847.

HSL color Cylindrical-coordinate representation of color #0FEAF8: hue angle of 183.61º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEAF8 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 15 234 248 -
CMYK 0.94 0.06 0 0.03
HSL 183.61º 0.94% 0.52% -
HSV(B) 183.61º 0.94% 0.97% -
XYZ 46.56 65.72 99.04 -
YUV 170.12 171.95 17.36 -
System Red Green Blue C M Y K H S L
Decimal 15 234 248 0.94 0.06 0 0.03 183.61 0.94 0.52
Hex F EA F8 5E 6 0 3 B8 5E 34
Octal 17 352 370 136 6 0 3 270 136 64
Binary 1111 11101010 11111000 1011110 110 0 11 10111000 1011110 110100

Color Harmonies of #0FEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEAF8

Black with #0FEAF8

Text Example


Text Example

White with #0FEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,234,248); }

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

background-color css

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

 a { background-color: rgb(15,234,248); }

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

border-color css

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

 span { border-color: rgb(15,234,248); }

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