Html Css Color HEX #72A8CD Seagull

📋 copy color: '#72A8CD'

red 114 ◦ green 168 ◦ blue 205

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

Shades of Seagull #72A8CD

Tints of Seagull #72A8CD

RGB

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

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

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

R = 23.41%
G = 34.5%
B = 42.09%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#72A8CD (or 0x72A8CD) is known color: Seagull. HEX triplet: 72, A8 and CD. RGB value is (114,168,205). Sum of RGB (Red+Green+Blue) = 114+168+205=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #72A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A8CD is #8D5732. Grayscale: #9B9B9B. Windows color (decimal): -9262899 or 13478002. OLE color: 13478002.

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

Color convert

RGB 114 168 205 -
CMYK 0.44 0.18 0 0.20
HSL 204.4º 0.48% 0.63% -
HSV(B) 204.4º 0.44% 0.8% -
XYZ 31.96 35.99 63.02 -
YUV 156.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 114 168 205 0.44 0.18 0 0.20 204.4 0.48 0.63
Hex 72 A8 CD 2C 12 0 14 CC 30 3F
Octal 162 250 315 54 22 0 24 314 60 77
Binary 1110010 10101000 11001101 101100 10010 0 10100 11001100 110000 111111

Color Harmonies of #72A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A8CD

Black with #72A8CD

Text Example


Text Example

White with #72A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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