Html Css Color HEX #95E4F3 Blizzard Blue

📋 copy color: '#95E4F3'

red 149 ◦ green 228 ◦ blue 243

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

Shades of Blizzard Blue #95E4F3

Tints of Blizzard Blue #95E4F3

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.77%

 BLUE value IS 243 (95.31% from 255) = 39.19%

R = 24.03%
G = 36.77%
B = 39.19%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#95E4F3 (or 0x95E4F3) is known color: Blizzard Blue. HEX triplet: 95, E4 and F3. RGB value is (149,228,243). Sum of RGB (Red+Green+Blue) = 149+228+243=620 (82% of max value = 765). Red value is 149 (58.59% from 255 or 24.03% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #95E4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E4F3 is #6A1B0C. Grayscale: #CDCDCD. Windows color (decimal): -6953741 or 15983765. OLE color: 15983765.

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

Color convert

RGB 149 228 243 -
CMYK 0.39 0.06 0 0.05
HSL 189.57º 0.8% 0.77% -
HSV(B) 189.57º 0.39% 0.95% -
XYZ 56.32 68.35 95.02 -
YUV 206.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 149 228 243 0.39 0.06 0 0.05 189.57 0.8 0.77
Hex 95 E4 F3 27 6 0 5 BE 50 4D
Octal 225 344 363 47 6 0 5 276 120 115
Binary 10010101 11100100 11110011 100111 110 0 101 10111110 1010000 1001101

Color Harmonies of #95E4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E4F3

Black with #95E4F3

Text Example


Text Example

White with #95E4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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