Html Css Color HEX #72ACD0 Seagull

📋 copy color: '#72ACD0'

red 114 ◦ green 172 ◦ blue 208

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

Shades of Seagull #72ACD0

Tints of Seagull #72ACD0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.82%

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 23.08%
G = 34.82%
B = 42.11%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#72ACD0 (or 0x72ACD0) is known color: Seagull. HEX triplet: 72, AC and D0. RGB value is (114,172,208). Sum of RGB (Red+Green+Blue) = 114+172+208=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #72ACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACD0 is #8D532F. Grayscale: #9E9E9E. Windows color (decimal): -9261872 or 13675634. OLE color: 13675634.

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

Color convert

RGB 114 172 208 -
CMYK 0.45 0.17 0 0.18
HSL 202.98º 0.5% 0.63% -
HSV(B) 202.98º 0.45% 0.82% -
XYZ 33.08 37.64 65.2 -
YUV 158.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 114 172 208 0.45 0.17 0 0.18 202.98 0.5 0.63
Hex 72 AC D0 2D 11 0 12 CB 32 3F
Octal 162 254 320 55 21 0 22 313 62 77
Binary 1110010 10101100 11010000 101101 10001 0 10010 11001011 110010 111111

Color Harmonies of #72ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ACD0

Black with #72ACD0

Text Example


Text Example

White with #72ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,172,208); }

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

background-color css

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

 a { background-color: rgb(114,172,208); }

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

border-color css

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

 span { border-color: rgb(114,172,208); }

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