Html Css Color HEX #8AB7CC Seagull

📋 copy color: '#8AB7CC'

red 138 ◦ green 183 ◦ blue 204

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

Shades of Seagull #8AB7CC

Tints of Seagull #8AB7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.86%

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 26.29%
G = 34.86%
B = 38.86%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8AB7CC (or 0x8AB7CC) is known color: Seagull. HEX triplet: 8A, B7 and CC. RGB value is (138,183,204). Sum of RGB (Red+Green+Blue) = 138+183+204=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AB7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB7CC is #754833. Grayscale: #ABABAB. Windows color (decimal): -7686196 or 13416330. OLE color: 13416330.

HSL color Cylindrical-coordinate representation of color #8AB7CC: hue angle of 199.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AB7CC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 183 204 -
CMYK 0.32 0.10 0 0.2
HSL 199.09º 0.39% 0.67% -
HSV(B) 199.09º 0.32% 0.8% -
XYZ 38.31 43.63 63.53 -
YUV 171.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 138 183 204 0.32 0.10 0 0.2 199.09 0.39 0.67
Hex 8A B7 CC 20 A 0 14 C7 27 43
Octal 212 267 314 40 12 0 24 307 47 103
Binary 10001010 10110111 11001100 100000 1010 0 10100 11000111 100111 1000011

Color Harmonies of #8AB7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB7CC

Black with #8AB7CC

Text Example


Text Example

White with #8AB7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,183,204); }

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

background-color css

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

 a { background-color: rgb(138,183,204); }

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

border-color css

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

 span { border-color: rgb(138,183,204); }

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