Html Css Color HEX #72BCDC Seagull

📋 copy color: '#72BCDC'

red 114 ◦ green 188 ◦ blue 220

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

Shades of Seagull #72BCDC

Tints of Seagull #72BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.02%

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 21.84%
G = 36.02%
B = 42.15%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72BCDC (or 0x72BCDC) is known color: Seagull. HEX triplet: 72, BC and DC. RGB value is (114,188,220). Sum of RGB (Red+Green+Blue) = 114+188+220=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #72BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCDC is #8D4323. Grayscale: #A9A9A9. Windows color (decimal): -9257764 or 14466162. OLE color: 14466162.

HSL color Cylindrical-coordinate representation of color #72BCDC: hue angle of 198.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72BCDC is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 188 220 -
CMYK 0.48 0.15 0 0.14
HSL 198.11º 0.6% 0.65% -
HSV(B) 198.11º 0.48% 0.86% -
XYZ 37.84 44.71 74.35 -
YUV 169.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 114 188 220 0.48 0.15 0 0.14 198.11 0.6 0.65
Hex 72 BC DC 30 F 0 E C6 3C 41
Octal 162 274 334 60 17 0 16 306 74 101
Binary 1110010 10111100 11011100 110000 1111 0 1110 11000110 111100 1000001

Color Harmonies of #72BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BCDC

Black with #72BCDC

Text Example


Text Example

White with #72BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,188,220); }

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

background-color css

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

 a { background-color: rgb(114,188,220); }

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

border-color css

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

 span { border-color: rgb(114,188,220); }

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