Html Css Color HEX #8AB4CC Seagull

📋 copy color: '#8AB4CC'

red 138 ◦ green 180 ◦ blue 204

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

Shades of Seagull #8AB4CC

Tints of Seagull #8AB4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.48%

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

R = 26.44%
G = 34.48%
B = 39.08%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8AB4CC (or 0x8AB4CC) is known color: Seagull. HEX triplet: 8A, B4 and CC. RGB value is (138,180,204). Sum of RGB (Red+Green+Blue) = 138+180+204=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AB4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB4CC is #754B33. Grayscale: #AAAAAA. Windows color (decimal): -7686964 or 13415562. OLE color: 13415562.

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

Color convert

RGB 138 180 204 -
CMYK 0.32 0.12 0 0.2
HSL 201.82º 0.39% 0.67% -
HSV(B) 201.82º 0.32% 0.8% -
XYZ 37.7 42.41 63.32 -
YUV 170.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 138 180 204 0.32 0.12 0 0.2 201.82 0.39 0.67
Hex 8A B4 CC 20 C 0 14 CA 27 43
Octal 212 264 314 40 14 0 24 312 47 103
Binary 10001010 10110100 11001100 100000 1100 0 10100 11001010 100111 1000011

Color Harmonies of #8AB4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB4CC

Black with #8AB4CC

Text Example


Text Example

White with #8AB4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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