Html Css Color HEX #95E8F6 Blizzard Blue

📋 copy color: '#95E8F6'

red 149 ◦ green 232 ◦ blue 246

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

Shades of Blizzard Blue #95E8F6

Tints of Blizzard Blue #95E8F6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37%

 BLUE value IS 246 (96.48% from 255) = 39.23%

R = 23.76%
G = 37%
B = 39.23%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#95E8F6 (or 0x95E8F6) is known color: Blizzard Blue. HEX triplet: 95, E8 and F6. RGB value is (149,232,246). Sum of RGB (Red+Green+Blue) = 149+232+246=627 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.76% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #95E8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E8F6 is #6A1709. Grayscale: #D0D0D0. Windows color (decimal): -6952714 or 16181397. OLE color: 16181397.

HSL color Cylindrical-coordinate representation of color #95E8F6: hue angle of 188.66º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95E8F6 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 232 246 -
CMYK 0.39 0.06 0 0.04
HSL 188.66º 0.84% 0.77% -
HSV(B) 188.66º 0.39% 0.96% -
XYZ 57.89 70.76 97.8 -
YUV 208.78 149 85.36 -
System Red Green Blue C M Y K H S L
Decimal 149 232 246 0.39 0.06 0 0.04 188.66 0.84 0.77
Hex 95 E8 F6 27 6 0 4 BD 54 4D
Octal 225 350 366 47 6 0 4 275 124 115
Binary 10010101 11101000 11110110 100111 110 0 100 10111101 1010100 1001101

Color Harmonies of #95E8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E8F6

Black with #95E8F6

Text Example


Text Example

White with #95E8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,232,246); }

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

background-color css

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

 a { background-color: rgb(149,232,246); }

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

border-color css

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

 span { border-color: rgb(149,232,246); }

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