Html Css Color HEX #72A8CE Seagull

📋 copy color: '#72A8CE'

red 114 ◦ green 168 ◦ blue 206

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

Shades of Seagull #72A8CE

Tints of Seagull #72A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.43%

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

R = 23.36%
G = 34.43%
B = 42.21%

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

#72A8CE (or 0x72A8CE) is known color: Seagull. HEX triplet: 72, A8 and CE. RGB value is (114,168,206). Sum of RGB (Red+Green+Blue) = 114+168+206=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #72A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A8CE is #8D5731. Grayscale: #9B9B9B. Windows color (decimal): -9262898 or 13543538. OLE color: 13543538.

HSL color Cylindrical-coordinate representation of color #72A8CE: hue angle of 204.78º 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 #72A8CE is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 168 206 -
CMYK 0.45 0.18 0 0.19
HSL 204.78º 0.48% 0.63% -
HSV(B) 204.78º 0.45% 0.81% -
XYZ 32.08 36.04 63.66 -
YUV 156.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 114 168 206 0.45 0.18 0 0.19 204.78 0.48 0.63
Hex 72 A8 CE 2D 12 0 13 CD 30 3F
Octal 162 250 316 55 22 0 23 315 60 77
Binary 1110010 10101000 11001110 101101 10010 0 10011 11001101 110000 111111

Color Harmonies of #72A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A8CE

Black with #72A8CE

Text Example


Text Example

White with #72A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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