Html Css Color HEX #72AFCD Seagull

📋 copy color: '#72AFCD'

red 114 ◦ green 175 ◦ blue 205

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

Shades of Seagull #72AFCD

Tints of Seagull #72AFCD

RGB

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

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

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

R = 23.08%
G = 35.43%
B = 41.5%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#72AFCD (or 0x72AFCD) is known color: Seagull. HEX triplet: 72, AF and CD. RGB value is (114,175,205). Sum of RGB (Red+Green+Blue) = 114+175+205=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #72AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFCD is #8D5032. Grayscale: #A0A0A0. Windows color (decimal): -9261107 or 13479794. OLE color: 13479794.

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

Color convert

RGB 114 175 205 -
CMYK 0.44 0.15 0 0.20
HSL 199.78º 0.48% 0.63% -
HSV(B) 199.78º 0.44% 0.8% -
XYZ 33.29 38.65 63.46 -
YUV 160.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 114 175 205 0.44 0.15 0 0.20 199.78 0.48 0.63
Hex 72 AF CD 2C F 0 14 C8 30 3F
Octal 162 257 315 54 17 0 24 310 60 77
Binary 1110010 10101111 11001101 101100 1111 0 10100 11001000 110000 111111

Color Harmonies of #72AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AFCD

Black with #72AFCD

Text Example


Text Example

White with #72AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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