Html Css Color HEX #8ABDDA Seagull

📋 copy color: '#8ABDDA'

red 138 ◦ green 189 ◦ blue 218

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

Shades of Seagull #8ABDDA

Tints of Seagull #8ABDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.68%

 BLUE value IS 218 (85.55% from 255) = 40%

R = 25.32%
G = 34.68%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8ABDDA (or 0x8ABDDA) is known color: Seagull. HEX triplet: 8A, BD and DA. RGB value is (138,189,218). Sum of RGB (Red+Green+Blue) = 138+189+218=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #8ABDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDDA is #754225. Grayscale: #B0B0B0. Windows color (decimal): -7684646 or 14335370. OLE color: 14335370.

HSL color Cylindrical-coordinate representation of color #8ABDDA: hue angle of 201.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ABDDA is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 189 218 -
CMYK 0.37 0.13 0 0.15
HSL 201.75º 0.52% 0.7% -
HSV(B) 201.75º 0.37% 0.85% -
XYZ 41.33 46.86 73.2 -
YUV 177.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 138 189 218 0.37 0.13 0 0.15 201.75 0.52 0.7
Hex 8A BD DA 25 D 0 F CA 34 46
Octal 212 275 332 45 15 0 17 312 64 106
Binary 10001010 10111101 11011010 100101 1101 0 1111 11001010 110100 1000110

Color Harmonies of #8ABDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDDA

Black with #8ABDDA

Text Example


Text Example

White with #8ABDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,189,218); }

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

background-color css

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

 a { background-color: rgb(138,189,218); }

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

border-color css

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

 span { border-color: rgb(138,189,218); }

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