Html Css Color HEX #8AB6CC Seagull

📋 copy color: '#8AB6CC'

red 138 ◦ green 182 ◦ blue 204

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

Shades of Seagull #8AB6CC

Tints of Seagull #8AB6CC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.73%

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

R = 26.34%
G = 34.73%
B = 38.93%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8AB6CC (or 0x8AB6CC) is known color: Seagull. HEX triplet: 8A, B6 and CC. RGB value is (138,182,204). Sum of RGB (Red+Green+Blue) = 138+182+204=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AB6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB6CC is #754933. Grayscale: #ABABAB. Windows color (decimal): -7686452 or 13416074. OLE color: 13416074.

HSL color Cylindrical-coordinate representation of color #8AB6CC: hue angle of 200º 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 #8AB6CC is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 182 204 -
CMYK 0.32 0.11 0 0.2
HSL 200º 0.39% 0.67% -
HSV(B) 200º 0.32% 0.8% -
XYZ 38.11 43.22 63.46 -
YUV 171.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 138 182 204 0.32 0.11 0 0.2 200 0.39 0.67
Hex 8A B6 CC 20 B 0 14 C8 27 43
Octal 212 266 314 40 13 0 24 310 47 103
Binary 10001010 10110110 11001100 100000 1011 0 10100 11001000 100111 1000011

Color Harmonies of #8AB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB6CC

Black with #8AB6CC

Text Example


Text Example

White with #8AB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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