Html Css Color HEX #9ADFF1 Blizzard Blue

📋 copy color: '#9ADFF1'

red 154 ◦ green 223 ◦ blue 241

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

Shades of Blizzard Blue #9ADFF1

Tints of Blizzard Blue #9ADFF1

RGB

 RED value IS 154 (60.55% from 255) = 24.92%

 GREEN value IS 223 (87.5% from 255) = 36.08%

 BLUE value IS 241 (94.53% from 255) = 39%

R = 24.92%
G = 36.08%
B = 39%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9ADFF1 (or 0x9ADFF1) is known color: Blizzard Blue. HEX triplet: 9A, DF and F1. RGB value is (154,223,241). Sum of RGB (Red+Green+Blue) = 154+223+241=618 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.92% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ADFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADFF1 is #65200E. Grayscale: #CCCCCC. Windows color (decimal): -6627343 or 15851418. OLE color: 15851418.

HSL color Cylindrical-coordinate representation of color #9ADFF1: hue angle of 192.41º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ADFF1 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 223 241 -
CMYK 0.36 0.07 0 0.05
HSL 192.41º 0.76% 0.77% -
HSV(B) 192.41º 0.36% 0.95% -
XYZ 55.59 66 93.03 -
YUV 204.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 154 223 241 0.36 0.07 0 0.05 192.41 0.76 0.77
Hex 9A DF F1 24 7 0 5 C0 4C 4D
Octal 232 337 361 44 7 0 5 300 114 115
Binary 10011010 11011111 11110001 100100 111 0 101 11000000 1001100 1001101

Color Harmonies of #9ADFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADFF1

Black with #9ADFF1

Text Example


Text Example

White with #9ADFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ADFF1; }

 p { color: rgb(154,223,241); }

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

background-color css

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

 a { background-color: rgb(154,223,241); }

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

border-color css

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

 span { border-color: rgb(154,223,241); }

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