Html Css Color HEX #A5F0FD Blizzard Blue

📋 copy color: '#A5F0FD'

red 165 ◦ green 240 ◦ blue 253

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

Shades of Blizzard Blue #A5F0FD

Tints of Blizzard Blue #A5F0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.45%

R = 25.08%
G = 36.47%
B = 38.45%

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

#A5F0FD (or 0xA5F0FD) is known color: Blizzard Blue. HEX triplet: A5, F0 and FD. RGB value is (165,240,253). Sum of RGB (Red+Green+Blue) = 165+240+253=658 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.08% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F0FD is #5A0F02. Grayscale: #DADADA. Windows color (decimal): -5902083 or 16642213. OLE color: 16642213.

HSL color Cylindrical-coordinate representation of color #A5F0FD: hue angle of 188.86º degrees, saturation: 0.96, 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 #A5F0FD is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 240 253 -
CMYK 0.35 0.05 0 0.01
HSL 188.86º 0.96% 0.82% -
HSV(B) 188.86º 0.35% 0.99% -
XYZ 64.41 77.41 104.48 -
YUV 219.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 165 240 253 0.35 0.05 0 0.01 188.86 0.96 0.82
Hex A5 F0 FD 23 5 0 1 BD 60 52
Octal 245 360 375 43 5 0 1 275 140 122
Binary 10100101 11110000 11111101 100011 101 0 1 10111101 1100000 1010010

Color Harmonies of #A5F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F0FD

Black with #A5F0FD

Text Example


Text Example

White with #A5F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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