Html Css Color HEX #8ABDCB Seagull

📋 copy color: '#8ABDCB'

red 138 ◦ green 189 ◦ blue 203

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

Shades of Seagull #8ABDCB

Tints of Seagull #8ABDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.66%

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 26.04%
G = 35.66%
B = 38.3%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8ABDCB (or 0x8ABDCB) is known color: Seagull. HEX triplet: 8A, BD and CB. RGB value is (138,189,203). Sum of RGB (Red+Green+Blue) = 138+189+203=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #8ABDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDCB is #754234. Grayscale: #AFAFAF. Windows color (decimal): -7684661 or 13352330. OLE color: 13352330.

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

Color convert

RGB 138 189 203 -
CMYK 0.32 0.07 0 0.20
HSL 192.92º 0.38% 0.67% -
HSV(B) 192.92º 0.32% 0.8% -
XYZ 39.46 46.11 63.32 -
YUV 175.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 138 189 203 0.32 0.07 0 0.20 192.92 0.38 0.67
Hex 8A BD CB 20 7 0 14 C1 26 43
Octal 212 275 313 40 7 0 24 301 46 103
Binary 10001010 10111101 11001011 100000 111 0 10100 11000001 100110 1000011

Color Harmonies of #8ABDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDCB

Black with #8ABDCB

Text Example


Text Example

White with #8ABDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,189,203); }

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

background-color css

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

 a { background-color: rgb(138,189,203); }

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

border-color css

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

 span { border-color: rgb(138,189,203); }

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