Html Css Color HEX #0FFCFF Aqua

📋 copy color: '#0FFCFF'

red 15 ◦ green 252 ◦ blue 255

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

Shades of Aqua #0FFCFF

Tints of Aqua #0FFCFF

RGB

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

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

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

R = 2.87%
G = 48.28%
B = 48.85%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0FFCFF (or 0x0FFCFF) is known color: Aqua. HEX triplet: 0F, FC and FF. RGB value is (15,252,255). Sum of RGB (Red+Green+Blue) = 15+252+255=522 (69% of max value = 765). Red value is 15 (6.25% from 255 or 2.87% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FFCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFCFF is #F00300. Grayscale: #B5B5B5. Windows color (decimal): -15729409 or 16776207. OLE color: 16776207.

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

Color convert

RGB 15 252 255 -
CMYK 0.94 0.01 0 0
HSL 180.75º 1% 0.53% -
HSV(B) 180.75º 0.94% 1% -
XYZ 53.06 76.94 106.66 -
YUV 181.48 169.48 9.26 -
System Red Green Blue C M Y K H S L
Decimal 15 252 255 0.94 0.01 0 0 180.75 1 0.53
Hex F FC FF 5E 1 0 0 B5 64 35
Octal 17 374 377 136 1 0 0 265 144 65
Binary 1111 11111100 11111111 1011110 1 0 0 10110101 1100100 110101

Color Harmonies of #0FFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFCFF

Black with #0FFCFF

Text Example


Text Example

White with #0FFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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