Html Css Color HEX #72A4C9 Seagull

📋 copy color: '#72A4C9'

red 114 ◦ green 164 ◦ blue 201

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

Shades of Seagull #72A4C9

Tints of Seagull #72A4C9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.24%

 BLUE value IS 201 (78.91% from 255) = 41.96%

R = 23.8%
G = 34.24%
B = 41.96%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#72A4C9 (or 0x72A4C9) is known color: Seagull. HEX triplet: 72, A4 and C9. RGB value is (114,164,201). Sum of RGB (Red+Green+Blue) = 114+164+201=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #72A4C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A4C9 is #8D5B36. Grayscale: #999999. Windows color (decimal): -9263927 or 13214834. OLE color: 13214834.

HSL color Cylindrical-coordinate representation of color #72A4C9: hue angle of 205.52º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72A4C9 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 164 201 -
CMYK 0.43 0.18 0 0.21
HSL 205.52º 0.45% 0.62% -
HSV(B) 205.52º 0.43% 0.79% -
XYZ 30.76 34.35 60.27 -
YUV 153.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 114 164 201 0.43 0.18 0 0.21 205.52 0.45 0.62
Hex 72 A4 C9 2B 12 0 15 CE 2D 3E
Octal 162 244 311 53 22 0 25 316 55 76
Binary 1110010 10100100 11001001 101011 10010 0 10101 11001110 101101 111110

Color Harmonies of #72A4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A4C9

Black with #72A4C9

Text Example


Text Example

White with #72A4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,164,201); }

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

background-color css

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

 a { background-color: rgb(114,164,201); }

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

border-color css

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

 span { border-color: rgb(114,164,201); }

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