Html Css Color HEX #A7F0FF Blizzard Blue

📋 copy color: '#A7F0FF'

red 167 ◦ green 240 ◦ blue 255

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

Shades of Blizzard Blue #A7F0FF

Tints of Blizzard Blue #A7F0FF

RGB

 RED value IS 167 (65.63% from 255) = 25.23%

 GREEN value IS 240 (94.14% from 255) = 36.25%

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

R = 25.23%
G = 36.25%
B = 38.52%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A7F0FF (or 0xA7F0FF) is known color: Blizzard Blue. HEX triplet: A7, F0 and FF. RGB value is (167,240,255). Sum of RGB (Red+Green+Blue) = 167+240+255=662 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.23% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F0FF is #580F00. Grayscale: #DBDBDB. Windows color (decimal): -5771009 or 16773287. OLE color: 16773287.

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

Color convert

RGB 167 240 255 -
CMYK 0.35 0.06 0 0
HSL 190.23º 1% 0.83% -
HSV(B) 190.23º 0.35% 1% -
XYZ 65.15 77.76 106.18 -
YUV 219.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 167 240 255 0.35 0.06 0 0 190.23 1 0.83
Hex A7 F0 FF 23 6 0 0 BE 64 53
Octal 247 360 377 43 6 0 0 276 144 123
Binary 10100111 11110000 11111111 100011 110 0 0 10111110 1100100 1010011

Color Harmonies of #A7F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F0FF

Black with #A7F0FF

Text Example


Text Example

White with #A7F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F0FF; }

 p { color: rgb(167,240,255); }

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

background-color css

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

 a { background-color: rgb(167,240,255); }

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

border-color css

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

 span { border-color: rgb(167,240,255); }

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