Html Css Color HEX #8ABBCF Seagull

📋 copy color: '#8ABBCF'

red 138 ◦ green 187 ◦ blue 207

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

Shades of Seagull #8ABBCF

Tints of Seagull #8ABBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.15%

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

R = 25.94%
G = 35.15%
B = 38.91%

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

#8ABBCF (or 0x8ABBCF) is known color: Seagull. HEX triplet: 8A, BB and CF. RGB value is (138,187,207). Sum of RGB (Red+Green+Blue) = 138+187+207=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #8ABBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBCF is #754430. Grayscale: #AEAEAE. Windows color (decimal): -7685169 or 13613962. OLE color: 13613962.

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

Color convert

RGB 138 187 207 -
CMYK 0.33 0.10 0 0.19
HSL 197.39º 0.42% 0.68% -
HSV(B) 197.39º 0.33% 0.81% -
XYZ 39.51 45.45 65.72 -
YUV 174.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 138 187 207 0.33 0.10 0 0.19 197.39 0.42 0.68
Hex 8A BB CF 21 A 0 13 C5 2A 44
Octal 212 273 317 41 12 0 23 305 52 104
Binary 10001010 10111011 11001111 100001 1010 0 10011 11000101 101010 1000100

Color Harmonies of #8ABBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABBCF

Black with #8ABBCF

Text Example


Text Example

White with #8ABBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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