Html Css Color HEX #95EBE4 Blizzard Blue

📋 copy color: '#95EBE4'

red 149 ◦ green 235 ◦ blue 228

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

Shades of Blizzard Blue #95EBE4

Tints of Blizzard Blue #95EBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.25%

R = 24.35%
G = 38.4%
B = 37.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#95EBE4 (or 0x95EBE4) is known color: Blizzard Blue. HEX triplet: 95, EB and E4. RGB value is (149,235,228). Sum of RGB (Red+Green+Blue) = 149+235+228=612 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.35% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EBE4 is #6A141B. Grayscale: #D0D0D0. Windows color (decimal): -6951964 or 15002517. OLE color: 15002517.

HSL color Cylindrical-coordinate representation of color #95EBE4: hue angle of 175.12º 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 #95EBE4 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 235 228 -
CMYK 0.37 0 0.03 0.08
HSL 175.12º 0.68% 0.75% -
HSV(B) 175.12º 0.37% 0.92% -
XYZ 56.11 71.41 84.22 -
YUV 208.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 149 235 228 0.37 0 0.03 0.08 175.12 0.68 0.75
Hex 95 EB E4 25 0 3 8 AF 44 4B
Octal 225 353 344 45 0 3 10 257 104 113
Binary 10010101 11101011 11100100 100101 0 11 1000 10101111 1000100 1001011

Color Harmonies of #95EBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EBE4

Black with #95EBE4

Text Example


Text Example

White with #95EBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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