Html Css Color HEX #8DBDD4 Seagull

📋 copy color: '#8DBDD4'

red 141 ◦ green 189 ◦ blue 212

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

Shades of Seagull #8DBDD4

Tints of Seagull #8DBDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.11%

R = 26.01%
G = 34.87%
B = 39.11%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8DBDD4 (or 0x8DBDD4) is known color: Seagull. HEX triplet: 8D, BD and D4. RGB value is (141,189,212). Sum of RGB (Red+Green+Blue) = 141+189+212=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 212 - color contains mainly: blue. Hex color #8DBDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDD4 is #72422B. Grayscale: #B1B1B1. Windows color (decimal): -7488044 or 13942157. OLE color: 13942157.

HSL color Cylindrical-coordinate representation of color #8DBDD4: hue angle of 199.44º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DBDD4 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 141 189 212 -
CMYK 0.33 0.11 0 0.17
HSL 199.44º 0.45% 0.69% -
HSV(B) 199.44º 0.33% 0.83% -
XYZ 41.07 46.81 69.16 -
YUV 177.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 141 189 212 0.33 0.11 0 0.17 199.44 0.45 0.69
Hex 8D BD D4 21 B 0 11 C7 2D 45
Octal 215 275 324 41 13 0 21 307 55 105
Binary 10001101 10111101 11010100 100001 1011 0 10001 11000111 101101 1000101

Color Harmonies of #8DBDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBDD4

Black with #8DBDD4

Text Example


Text Example

White with #8DBDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,189,212); }

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

background-color css

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

 a { background-color: rgb(141,189,212); }

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

border-color css

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

 span { border-color: rgb(141,189,212); }

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