Html Css Color HEX #7EBABB Glacier

📋 copy color: '#7EBABB'

red 126 ◦ green 186 ◦ blue 187

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

Shades of Glacier #7EBABB

Tints of Glacier #7EBABB

RGB

 RED value IS 126 (49.61% from 255) = 25.25%

 GREEN value IS 186 (73.05% from 255) = 37.27%

 BLUE value IS 187 (73.44% from 255) = 37.47%

R = 25.25%
G = 37.27%
B = 37.47%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7EBABB (or 0x7EBABB) is known color: Glacier. HEX triplet: 7E, BA and BB. RGB value is (126,186,187). Sum of RGB (Red+Green+Blue) = 126+186+187=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #7EBABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBABB is #814544. Grayscale: #A8A8A8. Windows color (decimal): -8471877 or 12302974. OLE color: 12302974.

HSL color Cylindrical-coordinate representation of color #7EBABB: hue angle of 180.98º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBABB is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 186 187 -
CMYK 0.33 0.01 0 0.27
HSL 180.98º 0.31% 0.61% -
HSV(B) 180.98º 0.33% 0.73% -
XYZ 35.13 43.14 53.49 -
YUV 168.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 126 186 187 0.33 0.01 0 0.27 180.98 0.31 0.61
Hex 7E BA BB 21 1 0 1B B5 1F 3D
Octal 176 272 273 41 1 0 33 265 37 75
Binary 1111110 10111010 10111011 100001 1 0 11011 10110101 11111 111101

Color Harmonies of #7EBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBABB

Black with #7EBABB

Text Example


Text Example

White with #7EBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EBABB; }

 p { color: rgb(126,186,187); }

 H1.HeaderClassName
 {
   color: #7EBABB;
 }
 .AnyTagClassName
 {
   color: #7EBABB;
 }
</style>

background-color css

<style>
 a { background-color: #7EBABB; }

 a { background-color: rgb(126,186,187); }

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

border-color css

<style>
 span { border-color: #7EBABB; }

 span { border-color: rgb(126,186,187); }

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