Html Css Color HEX #9DEAFA Blizzard Blue

📋 copy color: '#9DEAFA'

red 157 ◦ green 234 ◦ blue 250

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

Shades of Blizzard Blue #9DEAFA

Tints of Blizzard Blue #9DEAFA

RGB

 RED value IS 157 (61.72% from 255) = 24.49%

 GREEN value IS 234 (91.8% from 255) = 36.51%

 BLUE value IS 250 (98.05% from 255) = 39%

R = 24.49%
G = 36.51%
B = 39%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DEAFA (or 0x9DEAFA) is known color: Blizzard Blue. HEX triplet: 9D, EA and FA. RGB value is (157,234,250). Sum of RGB (Red+Green+Blue) = 157+234+250=641 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.49% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DEAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEAFA is #621505. Grayscale: #D4D4D4. Windows color (decimal): -6427910 or 16444061. OLE color: 16444061.

HSL color Cylindrical-coordinate representation of color #9DEAFA: hue angle of 190.32º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DEAFA is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 234 250 -
CMYK 0.37 0.06 0 0.02
HSL 190.32º 0.9% 0.8% -
HSV(B) 190.32º 0.37% 0.98% -
XYZ 60.58 72.92 101.32 -
YUV 212.8 148.99 88.2 -
System Red Green Blue C M Y K H S L
Decimal 157 234 250 0.37 0.06 0 0.02 190.32 0.9 0.8
Hex 9D EA FA 25 6 0 2 BE 5A 50
Octal 235 352 372 45 6 0 2 276 132 120
Binary 10011101 11101010 11111010 100101 110 0 10 10111110 1011010 1010000

Color Harmonies of #9DEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEAFA

Black with #9DEAFA

Text Example


Text Example

White with #9DEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,234,250); }

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

background-color css

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

 a { background-color: rgb(157,234,250); }

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

border-color css

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

 span { border-color: rgb(157,234,250); }

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