Html Css Color HEX #72B4C9 Seagull

📋 copy color: '#72B4C9'

red 114 ◦ green 180 ◦ blue 201

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

Shades of Seagull #72B4C9

Tints of Seagull #72B4C9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.36%

 BLUE value IS 201 (78.91% from 255) = 40.61%

R = 23.03%
G = 36.36%
B = 40.61%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#72B4C9 (or 0x72B4C9) is known color: Seagull. HEX triplet: 72, B4 and C9. RGB value is (114,180,201). Sum of RGB (Red+Green+Blue) = 114+180+201=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #72B4C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B4C9 is #8D4B36. Grayscale: #A2A2A2. Windows color (decimal): -9259831 or 13218930. OLE color: 13218930.

HSL color Cylindrical-coordinate representation of color #72B4C9: hue angle of 194.48º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72B4C9 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 180 201 -
CMYK 0.43 0.10 0 0.21
HSL 194.48º 0.45% 0.62% -
HSV(B) 194.48º 0.43% 0.79% -
XYZ 33.8 40.44 61.28 -
YUV 162.66 149.63 93.29 -
System Red Green Blue C M Y K H S L
Decimal 114 180 201 0.43 0.10 0 0.21 194.48 0.45 0.62
Hex 72 B4 C9 2B A 0 15 C2 2D 3E
Octal 162 264 311 53 12 0 25 302 55 76
Binary 1110010 10110100 11001001 101011 1010 0 10101 11000010 101101 111110

Color Harmonies of #72B4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B4C9

Black with #72B4C9

Text Example


Text Example

White with #72B4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,180,201); }

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

background-color css

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

 a { background-color: rgb(114,180,201); }

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

border-color css

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

 span { border-color: rgb(114,180,201); }

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