Html Css Color HEX #A8EBFD Blizzard Blue

📋 copy color: '#A8EBFD'

red 168 ◦ green 235 ◦ blue 253

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

Shades of Blizzard Blue #A8EBFD

Tints of Blizzard Blue #A8EBFD

RGB

 RED value IS 168 (66.02% from 255) = 25.61%

 GREEN value IS 235 (92.19% from 255) = 35.82%

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

R = 25.61%
G = 35.82%
B = 38.57%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8EBFD (or 0xA8EBFD) is known color: Blizzard Blue. HEX triplet: A8, EB and FD. RGB value is (168,235,253). Sum of RGB (Red+Green+Blue) = 168+235+253=656 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.61% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8EBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBFD is #571402. Grayscale: #D8D8D8. Windows color (decimal): -5706755 or 16640936. OLE color: 16640936.

HSL color Cylindrical-coordinate representation of color #A8EBFD: hue angle of 192.71º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8EBFD is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 235 253 -
CMYK 0.34 0.07 0 0.01
HSL 192.71º 0.96% 0.83% -
HSV(B) 192.71º 0.34% 0.99% -
XYZ 63.59 74.83 104.02 -
YUV 217.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 168 235 253 0.34 0.07 0 0.01 192.71 0.96 0.83
Hex A8 EB FD 22 7 0 1 C1 60 53
Octal 250 353 375 42 7 0 1 301 140 123
Binary 10101000 11101011 11111101 100010 111 0 1 11000001 1100000 1010011

Color Harmonies of #A8EBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBFD

Black with #A8EBFD

Text Example


Text Example

White with #A8EBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBFD; }

 p { color: rgb(168,235,253); }

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

background-color css

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

 a { background-color: rgb(168,235,253); }

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

border-color css

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

 span { border-color: rgb(168,235,253); }

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