Html Css Color HEX #95EBF2 Blizzard Blue

📋 copy color: '#95EBF2'

red 149 ◦ green 235 ◦ blue 242

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

Shades of Blizzard Blue #95EBF2

Tints of Blizzard Blue #95EBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.66%

R = 23.8%
G = 37.54%
B = 38.66%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#95EBF2 (or 0x95EBF2) is known color: Blizzard Blue. HEX triplet: 95, EB and F2. RGB value is (149,235,242). Sum of RGB (Red+Green+Blue) = 149+235+242=626 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.80% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #95EBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EBF2 is #6A140D. Grayscale: #D1D1D1. Windows color (decimal): -6951950 or 15920021. OLE color: 15920021.

HSL color Cylindrical-coordinate representation of color #95EBF2: hue angle of 184.52º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EBF2 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 235 242 -
CMYK 0.38 0.03 0 0.05
HSL 184.52º 0.78% 0.77% -
HSV(B) 184.52º 0.38% 0.95% -
XYZ 58.13 72.22 94.88 -
YUV 210.08 146.01 84.43 -
System Red Green Blue C M Y K H S L
Decimal 149 235 242 0.38 0.03 0 0.05 184.52 0.78 0.77
Hex 95 EB F2 26 3 0 5 B9 4E 4D
Octal 225 353 362 46 3 0 5 271 116 115
Binary 10010101 11101011 11110010 100110 11 0 101 10111001 1001110 1001101

Color Harmonies of #95EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EBF2

Black with #95EBF2

Text Example


Text Example

White with #95EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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