Html Css Color HEX #F2FEFF Azure

📋 copy color: '#F2FEFF'

red 242 ◦ green 254 ◦ blue 255

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

Shades of Azure #F2FEFF

Tints of Azure #F2FEFF

RGB

 RED value IS 242 (94.92% from 255) = 32.22%

 GREEN value IS 254 (99.61% from 255) = 33.82%

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

R = 32.22%
G = 33.82%
B = 33.95%

CMYK

 C value IS 0.05

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2FEFF (or 0xF2FEFF) is known color: Azure. HEX triplet: F2, FE and FF. RGB value is (242,254,255). Sum of RGB (Red+Green+Blue) = 242+254+255=751 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.22% from 751); Green value is 254 (99.61% from 255 or 33.82% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEFF is #0D0100. Grayscale: #FAFAFA. Windows color (decimal): -852225 or 16776946. OLE color: 16776946.

HSL color Cylindrical-coordinate representation of color #F2FEFF: hue angle of 184.62º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FEFF is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 254 255 -
CMYK 0.05 0.00 0 0
HSL 184.62º 1% 0.97% -
HSV(B) 184.62º 0.05% 1% -
XYZ 90.11 96.98 108.58 -
YUV 250.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 242 254 255 0.05 0.00 0 0 184.62 1 0.97
Hex F2 FE FF 5 0 0 0 B9 64 61
Octal 362 376 377 5 0 0 0 271 144 141
Binary 11110010 11111110 11111111 101 0 0 0 10111001 1100100 1100001

Color Harmonies of #F2FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEFF

Black with #F2FEFF

Text Example


Text Example

White with #F2FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEFF; }

 p { color: rgb(242,254,255); }

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

background-color css

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

 a { background-color: rgb(242,254,255); }

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

border-color css

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

 span { border-color: rgb(242,254,255); }

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