Html Css Color HEX #8ABCCA Seagull

📋 copy color: '#8ABCCA'

red 138 ◦ green 188 ◦ blue 202

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

Shades of Seagull #8ABCCA

Tints of Seagull #8ABCCA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.61%

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

R = 26.14%
G = 35.61%
B = 38.26%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8ABCCA (or 0x8ABCCA) is known color: Seagull. HEX triplet: 8A, BC and CA. RGB value is (138,188,202). Sum of RGB (Red+Green+Blue) = 138+188+202=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #8ABCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCCA is #754335. Grayscale: #AEAEAE. Windows color (decimal): -7684918 or 13286538. OLE color: 13286538.

HSL color Cylindrical-coordinate representation of color #8ABCCA: hue angle of 193.12º 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 #8ABCCA is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 188 202 -
CMYK 0.32 0.07 0 0.21
HSL 193.13º 0.38% 0.67% -
HSV(B) 193.13º 0.32% 0.79% -
XYZ 39.13 45.63 62.62 -
YUV 174.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 138 188 202 0.32 0.07 0 0.21 193.13 0.38 0.67
Hex 8A BC CA 20 7 0 15 C1 26 43
Octal 212 274 312 40 7 0 25 301 46 103
Binary 10001010 10111100 11001010 100000 111 0 10101 11000001 100110 1000011

Color Harmonies of #8ABCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCCA

Black with #8ABCCA

Text Example


Text Example

White with #8ABCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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