Html Css Color HEX #8DBCCA Seagull

📋 copy color: '#8DBCCA'

red 141 ◦ green 188 ◦ blue 202

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

Shades of Seagull #8DBCCA

Tints of Seagull #8DBCCA

RGB

 RED value IS 141 (55.47% from 255) = 26.55%

 GREEN value IS 188 (73.83% from 255) = 35.4%

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 26.55%
G = 35.4%
B = 38.04%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8DBCCA (or 0x8DBCCA) is known color: Seagull. HEX triplet: 8D, BC and CA. RGB value is (141,188,202). Sum of RGB (Red+Green+Blue) = 141+188+202=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DBCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCCA is #724335. Grayscale: #AFAFAF. Windows color (decimal): -7488310 or 13286541. OLE color: 13286541.

HSL color Cylindrical-coordinate representation of color #8DBCCA: hue angle of 193.77º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DBCCA is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 188 202 -
CMYK 0.30 0.07 0 0.21
HSL 193.77º 0.37% 0.67% -
HSV(B) 193.77º 0.3% 0.79% -
XYZ 39.63 45.89 62.65 -
YUV 175.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 141 188 202 0.30 0.07 0 0.21 193.77 0.37 0.67
Hex 8D BC CA 1E 7 0 15 C2 25 43
Octal 215 274 312 36 7 0 25 302 45 103
Binary 10001101 10111100 11001010 11110 111 0 10101 11000010 100101 1000011

Color Harmonies of #8DBCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCCA

Black with #8DBCCA

Text Example


Text Example

White with #8DBCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,188,202); }

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

background-color css

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

 a { background-color: rgb(141,188,202); }

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

border-color css

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

 span { border-color: rgb(141,188,202); }

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