Html Css Color HEX #0FFCF7 Aqua

📋 copy color: '#0FFCF7'

red 15 ◦ green 252 ◦ blue 247

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

Shades of Aqua #0FFCF7

Tints of Aqua #0FFCF7

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.03%

 BLUE value IS 247 (96.88% from 255) = 48.05%

R = 2.92%
G = 49.03%
B = 48.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#0FFCF7 (or 0x0FFCF7) is known color: Aqua. HEX triplet: 0F, FC and F7. RGB value is (15,252,247). Sum of RGB (Red+Green+Blue) = 15+252+247=514 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.92% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFCF7 is #F00308. Grayscale: #B4B4B4. Windows color (decimal): -15729417 or 16251919. OLE color: 16251919.

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

Color convert

RGB 15 252 247 -
CMYK 0.94 0 0.02 0.01
HSL 178.73º 0.98% 0.52% -
HSV(B) 178.73º 0.94% 0.99% -
XYZ 51.8 76.44 100.02 -
YUV 180.57 165.48 9.91 -
System Red Green Blue C M Y K H S L
Decimal 15 252 247 0.94 0 0.02 0.01 178.73 0.98 0.52
Hex F FC F7 5E 0 2 1 B3 62 34
Octal 17 374 367 136 0 2 1 263 142 64
Binary 1111 11111100 11110111 1011110 0 10 1 10110011 1100010 110100

Color Harmonies of #0FFCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFCF7

Black with #0FFCF7

Text Example


Text Example

White with #0FFCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,252,247); }

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

background-color css

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

 a { background-color: rgb(15,252,247); }

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

border-color css

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

 span { border-color: rgb(15,252,247); }

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