Html Css Color HEX #8ABECA Seagull

📋 copy color: '#8ABECA'

red 138 ◦ green 190 ◦ blue 202

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

Shades of Seagull #8ABECA

Tints of Seagull #8ABECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 26.04%
G = 35.85%
B = 38.11%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8ABECA (or 0x8ABECA) is known color: Seagull. HEX triplet: 8A, BE and CA. RGB value is (138,190,202). Sum of RGB (Red+Green+Blue) = 138+190+202=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #8ABECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABECA is #754135. Grayscale: #AFAFAF. Windows color (decimal): -7684406 or 13287050. OLE color: 13287050.

HSL color Cylindrical-coordinate representation of color #8ABECA: hue angle of 191.25º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ABECA is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 190 202 -
CMYK 0.32 0.06 0 0.21
HSL 191.25º 0.38% 0.67% -
HSV(B) 191.25º 0.32% 0.79% -
XYZ 39.56 46.49 62.77 -
YUV 175.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 138 190 202 0.32 0.06 0 0.21 191.25 0.38 0.67
Hex 8A BE CA 20 6 0 15 BF 26 43
Octal 212 276 312 40 6 0 25 277 46 103
Binary 10001010 10111110 11001010 100000 110 0 10101 10111111 100110 1000011

Color Harmonies of #8ABECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABECA

Black with #8ABECA

Text Example


Text Example

White with #8ABECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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