Html Css Color HEX #72ABCD Seagull

📋 copy color: '#72ABCD'

red 114 ◦ green 171 ◦ blue 205

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

Shades of Seagull #72ABCD

Tints of Seagull #72ABCD

RGB

 RED value IS 114 (44.92% from 255) = 23.27%

 GREEN value IS 171 (67.19% from 255) = 34.9%

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 23.27%
G = 34.9%
B = 41.84%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#72ABCD (or 0x72ABCD) is known color: Seagull. HEX triplet: 72, AB and CD. RGB value is (114,171,205). Sum of RGB (Red+Green+Blue) = 114+171+205=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #72ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABCD is #8D5432. Grayscale: #9D9D9D. Windows color (decimal): -9262131 or 13478770. OLE color: 13478770.

HSL color Cylindrical-coordinate representation of color #72ABCD: hue angle of 202.42º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72ABCD is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 171 205 -
CMYK 0.44 0.17 0 0.20
HSL 202.42º 0.48% 0.63% -
HSV(B) 202.42º 0.44% 0.8% -
XYZ 32.52 37.11 63.21 -
YUV 157.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 114 171 205 0.44 0.17 0 0.20 202.42 0.48 0.63
Hex 72 AB CD 2C 11 0 14 CA 30 3F
Octal 162 253 315 54 21 0 24 312 60 77
Binary 1110010 10101011 11001101 101100 10001 0 10100 11001010 110000 111111

Color Harmonies of #72ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABCD

Black with #72ABCD

Text Example


Text Example

White with #72ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72ABCD; }

 p { color: rgb(114,171,205); }

 H1.HeaderClassName
 {
   color: #72ABCD;
 }
 .AnyTagClassName
 {
   color: #72ABCD;
 }
</style>

background-color css

<style>
 a { background-color: #72ABCD; }

 a { background-color: rgb(114,171,205); }

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

border-color css

<style>
 span { border-color: #72ABCD; }

 span { border-color: rgb(114,171,205); }

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