Html Css Color HEX #8ABACF Seagull

📋 copy color: '#8ABACF'

red 138 ◦ green 186 ◦ blue 207

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

Shades of Seagull #8ABACF

Tints of Seagull #8ABACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.03%

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

R = 25.99%
G = 35.03%
B = 38.98%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8ABACF (or 0x8ABACF) is known color: Seagull. HEX triplet: 8A, BA and CF. RGB value is (138,186,207). Sum of RGB (Red+Green+Blue) = 138+186+207=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #8ABACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABACF is #754530. Grayscale: #ADADAD. Windows color (decimal): -7685425 or 13613706. OLE color: 13613706.

HSL color Cylindrical-coordinate representation of color #8ABACF: hue angle of 198.26º 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 #8ABACF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 186 207 -
CMYK 0.33 0.10 0 0.19
HSL 198.26º 0.42% 0.68% -
HSV(B) 198.26º 0.33% 0.81% -
XYZ 39.3 45.03 65.65 -
YUV 174.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 138 186 207 0.33 0.10 0 0.19 198.26 0.42 0.68
Hex 8A BA CF 21 A 0 13 C6 2A 44
Octal 212 272 317 41 12 0 23 306 52 104
Binary 10001010 10111010 11001111 100001 1010 0 10011 11000110 101010 1000100

Color Harmonies of #8ABACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABACF

Black with #8ABACF

Text Example


Text Example

White with #8ABACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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