Html Css Color HEX #8ABEC8 Seagull

📋 copy color: '#8ABEC8'

red 138 ◦ green 190 ◦ blue 200

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

Shades of Seagull #8ABEC8

Tints of Seagull #8ABEC8

RGB

 RED value IS 138 (54.3% from 255) = 26.14%

 GREEN value IS 190 (74.61% from 255) = 35.98%

 BLUE value IS 200 (78.52% from 255) = 37.88%

R = 26.14%
G = 35.98%
B = 37.88%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8ABEC8 (or 0x8ABEC8) is known color: Seagull. HEX triplet: 8A, BE and C8. RGB value is (138,190,200). Sum of RGB (Red+Green+Blue) = 138+190+200=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 200 - color contains mainly: blue. Hex color #8ABEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEC8 is #754137. Grayscale: #AFAFAF. Windows color (decimal): -7684408 or 13155978. OLE color: 13155978.

HSL color Cylindrical-coordinate representation of color #8ABEC8: hue angle of 189.68º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ABEC8 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 190 200 -
CMYK 0.31 0.05 0 0.22
HSL 189.68º 0.36% 0.66% -
HSV(B) 189.68º 0.31% 0.78% -
XYZ 39.32 46.4 61.53 -
YUV 175.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 138 190 200 0.31 0.05 0 0.22 189.68 0.36 0.66
Hex 8A BE C8 1F 5 0 16 BE 24 42
Octal 212 276 310 37 5 0 26 276 44 102
Binary 10001010 10111110 11001000 11111 101 0 10110 10111110 100100 1000010

Color Harmonies of #8ABEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABEC8

Black with #8ABEC8

Text Example


Text Example

White with #8ABEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,190,200); }

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

background-color css

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

 a { background-color: rgb(138,190,200); }

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

border-color css

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

 span { border-color: rgb(138,190,200); }

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