Html Css Color HEX #8ABDCF Seagull

📋 copy color: '#8ABDCF'

red 138 ◦ green 189 ◦ blue 207

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

Shades of Seagull #8ABDCF

Tints of Seagull #8ABDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 25.84%
G = 35.39%
B = 38.76%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8ABDCF (or 0x8ABDCF) is known color: Seagull. HEX triplet: 8A, BD and CF. RGB value is (138,189,207). Sum of RGB (Red+Green+Blue) = 138+189+207=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #8ABDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDCF is #754230. Grayscale: #AFAFAF. Windows color (decimal): -7684657 or 13614474. OLE color: 13614474.

HSL color Cylindrical-coordinate representation of color #8ABDCF: hue angle of 195.65º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABDCF is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 189 207 -
CMYK 0.33 0.09 0 0.19
HSL 195.65º 0.42% 0.68% -
HSV(B) 195.65º 0.33% 0.81% -
XYZ 39.94 46.3 65.86 -
YUV 175.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 138 189 207 0.33 0.09 0 0.19 195.65 0.42 0.68
Hex 8A BD CF 21 9 0 13 C4 2A 44
Octal 212 275 317 41 11 0 23 304 52 104
Binary 10001010 10111101 11001111 100001 1001 0 10011 11000100 101010 1000100

Color Harmonies of #8ABDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDCF

Black with #8ABDCF

Text Example


Text Example

White with #8ABDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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