Html Css Color HEX #72A9CE Seagull

📋 copy color: '#72A9CE'

red 114 ◦ green 169 ◦ blue 206

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

Shades of Seagull #72A9CE

Tints of Seagull #72A9CE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 23.31%
G = 34.56%
B = 42.13%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72A9CE (or 0x72A9CE) is known color: Seagull. HEX triplet: 72, A9 and CE. RGB value is (114,169,206). Sum of RGB (Red+Green+Blue) = 114+169+206=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #72A9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A9CE is #8D5631. Grayscale: #9C9C9C. Windows color (decimal): -9262642 or 13543794. OLE color: 13543794.

HSL color Cylindrical-coordinate representation of color #72A9CE: hue angle of 204.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72A9CE is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 169 206 -
CMYK 0.45 0.18 0 0.19
HSL 204.13º 0.48% 0.63% -
HSV(B) 204.13º 0.45% 0.81% -
XYZ 32.27 36.41 63.72 -
YUV 156.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 114 169 206 0.45 0.18 0 0.19 204.13 0.48 0.63
Hex 72 A9 CE 2D 12 0 13 CC 30 3F
Octal 162 251 316 55 22 0 23 314 60 77
Binary 1110010 10101001 11001110 101101 10010 0 10011 11001100 110000 111111

Color Harmonies of #72A9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A9CE

Black with #72A9CE

Text Example


Text Example

White with #72A9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,169,206); }

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

background-color css

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

 a { background-color: rgb(114,169,206); }

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

border-color css

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

 span { border-color: rgb(114,169,206); }

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