Html Css Color HEX #A5F0FC Blizzard Blue

📋 copy color: '#A5F0FC'

red 165 ◦ green 240 ◦ blue 252

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

Shades of Blizzard Blue #A5F0FC

Tints of Blizzard Blue #A5F0FC

RGB

 RED value IS 165 (64.84% from 255) = 25.11%

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

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 25.11%
G = 36.53%
B = 38.36%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A5F0FC (or 0xA5F0FC) is known color: Blizzard Blue. HEX triplet: A5, F0 and FC. RGB value is (165,240,252). Sum of RGB (Red+Green+Blue) = 165+240+252=657 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.11% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5F0FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F0FC is #5A0F03. Grayscale: #DADADA. Windows color (decimal): -5902084 or 16576677. OLE color: 16576677.

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

Color convert

RGB 165 240 252 -
CMYK 0.35 0.05 0 0.01
HSL 188.28º 0.94% 0.82% -
HSV(B) 188.28º 0.35% 0.99% -
XYZ 64.25 77.35 103.64 -
YUV 218.94 146.65 89.52 -
System Red Green Blue C M Y K H S L
Decimal 165 240 252 0.35 0.05 0 0.01 188.28 0.94 0.82
Hex A5 F0 FC 23 5 0 1 BC 5E 52
Octal 245 360 374 43 5 0 1 274 136 122
Binary 10100101 11110000 11111100 100011 101 0 1 10111100 1011110 1010010

Color Harmonies of #A5F0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F0FC

Black with #A5F0FC

Text Example


Text Example

White with #A5F0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F0FC; }

 p { color: rgb(165,240,252); }

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

background-color css

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

 a { background-color: rgb(165,240,252); }

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

border-color css

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

 span { border-color: rgb(165,240,252); }

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