Html Css Color HEX #8ABCCD Seagull

📋 copy color: '#8ABCCD'

red 138 ◦ green 188 ◦ blue 205

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

Shades of Seagull #8ABCCD

Tints of Seagull #8ABCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 25.99%
G = 35.4%
B = 38.61%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8ABCCD (or 0x8ABCCD) is known color: Seagull. HEX triplet: 8A, BC and CD. RGB value is (138,188,205). Sum of RGB (Red+Green+Blue) = 138+188+205=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ABCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCCD is #754332. Grayscale: #AEAEAE. Windows color (decimal): -7684915 or 13483146. OLE color: 13483146.

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

Color convert

RGB 138 188 205 -
CMYK 0.33 0.08 0 0.20
HSL 195.22º 0.4% 0.67% -
HSV(B) 195.22º 0.33% 0.8% -
XYZ 39.48 45.78 64.51 -
YUV 174.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 138 188 205 0.33 0.08 0 0.20 195.22 0.4 0.67
Hex 8A BC CD 21 8 0 14 C3 28 43
Octal 212 274 315 41 10 0 24 303 50 103
Binary 10001010 10111100 11001101 100001 1000 0 10100 11000011 101000 1000011

Color Harmonies of #8ABCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCCD

Black with #8ABCCD

Text Example


Text Example

White with #8ABCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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