Html Css Color HEX #72AFC9 Seagull

📋 copy color: '#72AFC9'

red 114 ◦ green 175 ◦ blue 201

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

Shades of Seagull #72AFC9

Tints of Seagull #72AFC9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.71%

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

R = 23.27%
G = 35.71%
B = 41.02%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#72AFC9 (or 0x72AFC9) is known color: Seagull. HEX triplet: 72, AF and C9. RGB value is (114,175,201). Sum of RGB (Red+Green+Blue) = 114+175+201=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #72AFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFC9 is #8D5036. Grayscale: #9F9F9F. Windows color (decimal): -9261111 or 13217650. OLE color: 13217650.

HSL color Cylindrical-coordinate representation of color #72AFC9: hue angle of 197.93º 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 #72AFC9 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 175 201 -
CMYK 0.43 0.13 0 0.21
HSL 197.93º 0.45% 0.62% -
HSV(B) 197.93º 0.43% 0.79% -
XYZ 32.81 38.45 60.95 -
YUV 159.73 151.29 95.39 -
System Red Green Blue C M Y K H S L
Decimal 114 175 201 0.43 0.13 0 0.21 197.93 0.45 0.62
Hex 72 AF C9 2B D 0 15 C6 2D 3E
Octal 162 257 311 53 15 0 25 306 55 76
Binary 1110010 10101111 11001001 101011 1101 0 10101 11000110 101101 111110

Color Harmonies of #72AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AFC9

Black with #72AFC9

Text Example


Text Example

White with #72AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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