Html Css Color HEX #95EFE6 Blizzard Blue

📋 copy color: '#95EFE6'

red 149 ◦ green 239 ◦ blue 230

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

Shades of Blizzard Blue #95EFE6

Tints of Blizzard Blue #95EFE6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.67%

 BLUE value IS 230 (90.23% from 255) = 37.22%

R = 24.11%
G = 38.67%
B = 37.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#95EFE6 (or 0x95EFE6) is known color: Blizzard Blue. HEX triplet: 95, EF and E6. RGB value is (149,239,230). Sum of RGB (Red+Green+Blue) = 149+239+230=618 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.11% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EFE6 is #6A1019. Grayscale: #D3D3D3. Windows color (decimal): -6950938 or 15134613. OLE color: 15134613.

HSL color Cylindrical-coordinate representation of color #95EFE6: hue angle of 174º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFE6 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 239 230 -
CMYK 0.38 0 0.04 0.06
HSL 174º 0.74% 0.76% -
HSV(B) 174º 0.38% 0.94% -
XYZ 57.54 73.84 86.08 -
YUV 211.06 138.68 83.73 -
System Red Green Blue C M Y K H S L
Decimal 149 239 230 0.38 0 0.04 0.06 174 0.74 0.76
Hex 95 EF E6 26 0 4 6 AE 4A 4C
Octal 225 357 346 46 0 4 6 256 112 114
Binary 10010101 11101111 11100110 100110 0 100 110 10101110 1001010 1001100

Color Harmonies of #95EFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EFE6

Black with #95EFE6

Text Example


Text Example

White with #95EFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,239,230); }

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

background-color css

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

 a { background-color: rgb(149,239,230); }

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

border-color css

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

 span { border-color: rgb(149,239,230); }

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