Html Css Color HEX #8DBCCC Seagull

📋 copy color: '#8DBCCC'

red 141 ◦ green 188 ◦ blue 204

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

Shades of Seagull #8DBCCC

Tints of Seagull #8DBCCC

RGB

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

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

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

R = 26.45%
G = 35.27%
B = 38.27%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DBCCC (or 0x8DBCCC) is known color: Seagull. HEX triplet: 8D, BC and CC. RGB value is (141,188,204). Sum of RGB (Red+Green+Blue) = 141+188+204=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DBCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCCC is #724333. Grayscale: #AFAFAF. Windows color (decimal): -7488308 or 13417613. OLE color: 13417613.

HSL color Cylindrical-coordinate representation of color #8DBCCC: hue angle of 195.24º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DBCCC is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 188 204 -
CMYK 0.31 0.08 0 0.2
HSL 195.24º 0.38% 0.68% -
HSV(B) 195.24º 0.31% 0.8% -
XYZ 39.87 45.99 63.9 -
YUV 175.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 141 188 204 0.31 0.08 0 0.2 195.24 0.38 0.68
Hex 8D BC CC 1F 8 0 14 C3 26 44
Octal 215 274 314 37 10 0 24 303 46 104
Binary 10001101 10111100 11001100 11111 1000 0 10100 11000011 100110 1000100

Color Harmonies of #8DBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCCC

Black with #8DBCCC

Text Example


Text Example

White with #8DBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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