Html Css Color HEX #95EFE9 Blizzard Blue

📋 copy color: '#95EFE9'

red 149 ◦ green 239 ◦ blue 233

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

Shades of Blizzard Blue #95EFE9

Tints of Blizzard Blue #95EFE9

RGB

 RED value IS 149 (58.59% from 255) = 23.99%

 GREEN value IS 239 (93.75% from 255) = 38.49%

 BLUE value IS 233 (91.41% from 255) = 37.52%

R = 23.99%
G = 38.49%
B = 37.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#95EFE9 (or 0x95EFE9) is known color: Blizzard Blue. HEX triplet: 95, EF and E9. RGB value is (149,239,233). Sum of RGB (Red+Green+Blue) = 149+239+233=621 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.99% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EFE9 is #6A1016. Grayscale: #D3D3D3. Windows color (decimal): -6950935 or 15331221. OLE color: 15331221.

HSL color Cylindrical-coordinate representation of color #95EFE9: hue angle of 176º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFE9 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 239 233 -
CMYK 0.38 0 0.03 0.06
HSL 176º 0.74% 0.76% -
HSV(B) 176º 0.38% 0.94% -
XYZ 57.97 74.01 88.32 -
YUV 211.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 149 239 233 0.38 0 0.03 0.06 176 0.74 0.76
Hex 95 EF E9 26 0 3 6 B0 4A 4C
Octal 225 357 351 46 0 3 6 260 112 114
Binary 10010101 11101111 11101001 100110 0 11 110 10110000 1001010 1001100

Color Harmonies of #95EFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EFE9

Black with #95EFE9

Text Example


Text Example

White with #95EFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95EFE9; }

 p { color: rgb(149,239,233); }

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

background-color css

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

 a { background-color: rgb(149,239,233); }

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

border-color css

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

 span { border-color: rgb(149,239,233); }

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