Html Css Color HEX #95EBE7 Blizzard Blue

📋 copy color: '#95EBE7'

red 149 ◦ green 235 ◦ blue 231

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

Shades of Blizzard Blue #95EBE7

Tints of Blizzard Blue #95EBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.56%

R = 24.23%
G = 38.21%
B = 37.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#95EBE7 (or 0x95EBE7) is known color: Blizzard Blue. HEX triplet: 95, EB and E7. RGB value is (149,235,231). Sum of RGB (Red+Green+Blue) = 149+235+231=615 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.23% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EBE7 is #6A1418. Grayscale: #D0D0D0. Windows color (decimal): -6951961 or 15199125. OLE color: 15199125.

HSL color Cylindrical-coordinate representation of color #95EBE7: hue angle of 177.21º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EBE7 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 235 231 -
CMYK 0.37 0 0.02 0.08
HSL 177.21º 0.68% 0.75% -
HSV(B) 177.21º 0.37% 0.92% -
XYZ 56.53 71.58 86.44 -
YUV 208.83 140.51 85.33 -
System Red Green Blue C M Y K H S L
Decimal 149 235 231 0.37 0 0.02 0.08 177.21 0.68 0.75
Hex 95 EB E7 25 0 2 8 B1 44 4B
Octal 225 353 347 45 0 2 10 261 104 113
Binary 10010101 11101011 11100111 100101 0 10 1000 10110001 1000100 1001011

Color Harmonies of #95EBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EBE7

Black with #95EBE7

Text Example


Text Example

White with #95EBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,235,231); }

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

background-color css

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

 a { background-color: rgb(149,235,231); }

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

border-color css

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

 span { border-color: rgb(149,235,231); }

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