Html Css Color HEX #72AFD1 Seagull

📋 copy color: '#72AFD1'

red 114 ◦ green 175 ◦ blue 209

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

Shades of Seagull #72AFD1

Tints of Seagull #72AFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.97%

R = 22.89%
G = 35.14%
B = 41.97%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#72AFD1 (or 0x72AFD1) is known color: Seagull. HEX triplet: 72, AF and D1. RGB value is (114,175,209). Sum of RGB (Red+Green+Blue) = 114+175+209=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #72AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFD1 is #8D502E. Grayscale: #A0A0A0. Windows color (decimal): -9261103 or 13741938. OLE color: 13741938.

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

Color convert

RGB 114 175 209 -
CMYK 0.45 0.16 0 0.18
HSL 201.47º 0.51% 0.63% -
HSV(B) 201.47º 0.45% 0.82% -
XYZ 33.78 38.84 66.04 -
YUV 160.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 114 175 209 0.45 0.16 0 0.18 201.47 0.51 0.63
Hex 72 AF D1 2D 10 0 12 C9 33 3F
Octal 162 257 321 55 20 0 22 311 63 77
Binary 1110010 10101111 11010001 101101 10000 0 10010 11001001 110011 111111

Color Harmonies of #72AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AFD1

Black with #72AFD1

Text Example


Text Example

White with #72AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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