Html Css Color HEX #0FEAFA Aqua

📋 copy color: '#0FEAFA'

red 15 ◦ green 234 ◦ blue 250

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

Shades of Aqua #0FEAFA

Tints of Aqua #0FEAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 3.01%
G = 46.89%
B = 50.1%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FEAFA (or 0x0FEAFA) is known color: Aqua. HEX triplet: 0F, EA and FA. RGB value is (15,234,250). Sum of RGB (Red+Green+Blue) = 15+234+250=499 (66% of max value = 765). Red value is 15 (6.25% from 255 or 3.01% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FEAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEAFA is #F01505. Grayscale: #AAAAAA. Windows color (decimal): -15734022 or 16443919. OLE color: 16443919.

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

Color convert

RGB 15 234 250 -
CMYK 0.94 0.06 0 0.02
HSL 184.09º 0.96% 0.52% -
HSV(B) 184.09º 0.94% 0.98% -
XYZ 46.88 65.85 100.68 -
YUV 170.34 172.95 17.2 -
System Red Green Blue C M Y K H S L
Decimal 15 234 250 0.94 0.06 0 0.02 184.09 0.96 0.52
Hex F EA FA 5E 6 0 2 B8 60 34
Octal 17 352 372 136 6 0 2 270 140 64
Binary 1111 11101010 11111010 1011110 110 0 10 10111000 1100000 110100

Color Harmonies of #0FEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEAFA

Black with #0FEAFA

Text Example


Text Example

White with #0FEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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