Html Css Color HEX #8FEBE3 Blizzard Blue

📋 copy color: '#8FEBE3'

red 143 ◦ green 235 ◦ blue 227

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

Shades of Blizzard Blue #8FEBE3

Tints of Blizzard Blue #8FEBE3

RGB

 RED value IS 143 (56.25% from 255) = 23.64%

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

 BLUE value IS 227 (89.06% from 255) = 37.52%

R = 23.64%
G = 38.84%
B = 37.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#8FEBE3 (or 0x8FEBE3) is known color: Blizzard Blue. HEX triplet: 8F, EB and E3. RGB value is (143,235,227). Sum of RGB (Red+Green+Blue) = 143+235+227=605 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.64% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEBE3 is #70141C. Grayscale: #CECECE. Windows color (decimal): -7345181 or 14936975. OLE color: 14936975.

HSL color Cylindrical-coordinate representation of color #8FEBE3: hue angle of 174.78º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEBE3 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 235 227 -
CMYK 0.39 0 0.03 0.08
HSL 174.78º 0.7% 0.74% -
HSV(B) 174.78º 0.39% 0.92% -
XYZ 54.9 70.8 83.45 -
YUV 206.58 139.52 82.65 -
System Red Green Blue C M Y K H S L
Decimal 143 235 227 0.39 0 0.03 0.08 174.78 0.7 0.74
Hex 8F EB E3 27 0 3 8 AF 46 4A
Octal 217 353 343 47 0 3 10 257 106 112
Binary 10001111 11101011 11100011 100111 0 11 1000 10101111 1000110 1001010

Color Harmonies of #8FEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEBE3

Black with #8FEBE3

Text Example


Text Example

White with #8FEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FEBE3; }

 p { color: rgb(143,235,227); }

 H1.HeaderClassName
 {
   color: #8FEBE3;
 }
 .AnyTagClassName
 {
   color: #8FEBE3;
 }
</style>

background-color css

<style>
 a { background-color: #8FEBE3; }

 a { background-color: rgb(143,235,227); }

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

border-color css

<style>
 span { border-color: #8FEBE3; }

 span { border-color: rgb(143,235,227); }

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