Html Css Color HEX #0FECF9 Aqua

📋 copy color: '#0FECF9'

red 15 ◦ green 236 ◦ blue 249

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

Shades of Aqua #0FECF9

Tints of Aqua #0FECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.2%

 BLUE value IS 249 (97.66% from 255) = 49.8%

R = 3%
G = 47.2%
B = 49.8%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FECF9 (or 0x0FECF9) is known color: Aqua. HEX triplet: 0F, EC and F9. RGB value is (15,236,249). Sum of RGB (Red+Green+Blue) = 15+236+249=500 (66% of max value = 765). Red value is 15 (6.25% from 255 or 3% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #0FECF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FECF9 is #F01306. Grayscale: #ABABAB. Windows color (decimal): -15733511 or 16378895. OLE color: 16378895.

HSL color Cylindrical-coordinate representation of color #0FECF9: hue angle of 183.33º degrees, saturation: 0.95, 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 #0FECF9 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 236 249 -
CMYK 0.94 0.05 0 0.02
HSL 183.33º 0.95% 0.52% -
HSV(B) 183.33º 0.94% 0.98% -
XYZ 47.29 66.93 100.05 -
YUV 171.4 171.78 16.44 -
System Red Green Blue C M Y K H S L
Decimal 15 236 249 0.94 0.05 0 0.02 183.33 0.95 0.52
Hex F EC F9 5E 5 0 2 B7 5F 34
Octal 17 354 371 136 5 0 2 267 137 64
Binary 1111 11101100 11111001 1011110 101 0 10 10110111 1011111 110100

Color Harmonies of #0FECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FECF9

Black with #0FECF9

Text Example


Text Example

White with #0FECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,236,249); }

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

background-color css

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

 a { background-color: rgb(15,236,249); }

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

border-color css

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

 span { border-color: rgb(15,236,249); }

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