Html Css Color HEX #AFEBFF Blizzard Blue

📋 copy color: '#AFEBFF'

red 175 ◦ green 235 ◦ blue 255

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

Shades of Blizzard Blue #AFEBFF

Tints of Blizzard Blue #AFEBFF

RGB

 RED value IS 175 (68.75% from 255) = 26.32%

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

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

R = 26.32%
G = 35.34%
B = 38.35%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFEBFF (or 0xAFEBFF) is known color: Blizzard Blue. HEX triplet: AF, EB and FF. RGB value is (175,235,255). Sum of RGB (Red+Green+Blue) = 175+235+255=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEBFF is #501400. Grayscale: #DBDBDB. Windows color (decimal): -5248001 or 16772015. OLE color: 16772015.

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

Color convert

RGB 175 235 255 -
CMYK 0.31 0.08 0 0
HSL 195º 1% 0.84% -
HSV(B) 195º 0.31% 1% -
XYZ 65.44 75.75 105.78 -
YUV 219.34 148.12 96.37 -
System Red Green Blue C M Y K H S L
Decimal 175 235 255 0.31 0.08 0 0 195 1 0.84
Hex AF EB FF 1F 8 0 0 C3 64 54
Octal 257 353 377 37 10 0 0 303 144 124
Binary 10101111 11101011 11111111 11111 1000 0 0 11000011 1100100 1010100

Color Harmonies of #AFEBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBFF

Black with #AFEBFF

Text Example


Text Example

White with #AFEBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBFF; }

 p { color: rgb(175,235,255); }

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

background-color css

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

 a { background-color: rgb(175,235,255); }

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

border-color css

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

 span { border-color: rgb(175,235,255); }

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