Html Css Color HEX #9AEDEC Blizzard Blue

📋 copy color: '#9AEDEC'

red 154 ◦ green 237 ◦ blue 236

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

Shades of Blizzard Blue #9AEDEC

Tints of Blizzard Blue #9AEDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.8%

 BLUE value IS 236 (92.58% from 255) = 37.64%

R = 24.56%
G = 37.8%
B = 37.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#9AEDEC (or 0x9AEDEC) is known color: Blizzard Blue. HEX triplet: 9A, ED and EC. RGB value is (154,237,236). Sum of RGB (Red+Green+Blue) = 154+237+236=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEDEC is #651213. Grayscale: #D3D3D3. Windows color (decimal): -6623764 or 15527322. OLE color: 15527322.

HSL color Cylindrical-coordinate representation of color #9AEDEC: hue angle of 179.28º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDEC is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 237 236 -
CMYK 0.35 0 0.00 0.07
HSL 179.28º 0.7% 0.77% -
HSV(B) 179.28º 0.35% 0.93% -
XYZ 58.75 73.49 90.45 -
YUV 212.07 141.5 86.58 -
System Red Green Blue C M Y K H S L
Decimal 154 237 236 0.35 0 0.00 0.07 179.28 0.7 0.77
Hex 9A ED EC 23 0 0 7 B3 46 4D
Octal 232 355 354 43 0 0 7 263 106 115
Binary 10011010 11101101 11101100 100011 0 0 111 10110011 1000110 1001101

Color Harmonies of #9AEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEDEC

Black with #9AEDEC

Text Example


Text Example

White with #9AEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,237,236); }

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

background-color css

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

 a { background-color: rgb(154,237,236); }

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

border-color css

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

 span { border-color: rgb(154,237,236); }

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