Html Css Color HEX #95E8F8 Blizzard Blue

📋 copy color: '#95E8F8'

red 149 ◦ green 232 ◦ blue 248

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

Shades of Blizzard Blue #95E8F8

Tints of Blizzard Blue #95E8F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.43%

R = 23.69%
G = 36.88%
B = 39.43%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#95E8F8 (or 0x95E8F8) is known color: Blizzard Blue. HEX triplet: 95, E8 and F8. RGB value is (149,232,248). Sum of RGB (Red+Green+Blue) = 149+232+248=629 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.69% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #95E8F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E8F8 is #6A1707. Grayscale: #D0D0D0. Windows color (decimal): -6952712 or 16312469. OLE color: 16312469.

HSL color Cylindrical-coordinate representation of color #95E8F8: hue angle of 189.7º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95E8F8 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 232 248 -
CMYK 0.40 0.06 0 0.03
HSL 189.7º 0.88% 0.78% -
HSV(B) 189.7º 0.4% 0.97% -
XYZ 58.19 70.88 99.42 -
YUV 209.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 149 232 248 0.40 0.06 0 0.03 189.7 0.88 0.78
Hex 95 E8 F8 28 6 0 3 BE 58 4E
Octal 225 350 370 50 6 0 3 276 130 116
Binary 10010101 11101000 11111000 101000 110 0 11 10111110 1011000 1001110

Color Harmonies of #95E8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E8F8

Black with #95E8F8

Text Example


Text Example

White with #95E8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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