Html Css Color HEX #72BCDB Seagull

📋 copy color: '#72BCDB'

red 114 ◦ green 188 ◦ blue 219

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

Shades of Seagull #72BCDB

Tints of Seagull #72BCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 21.88%
G = 36.08%
B = 42.03%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72BCDB (or 0x72BCDB) is known color: Seagull. HEX triplet: 72, BC and DB. RGB value is (114,188,219). Sum of RGB (Red+Green+Blue) = 114+188+219=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #72BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCDB is #8D4324. Grayscale: #A9A9A9. Windows color (decimal): -9257765 or 14400626. OLE color: 14400626.

HSL color Cylindrical-coordinate representation of color #72BCDB: hue angle of 197.71º degrees, saturation: 0.59, 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 #72BCDB is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 188 219 -
CMYK 0.48 0.14 0 0.14
HSL 197.71º 0.59% 0.65% -
HSV(B) 197.71º 0.48% 0.86% -
XYZ 37.71 44.66 73.65 -
YUV 169.41 155.98 88.48 -
System Red Green Blue C M Y K H S L
Decimal 114 188 219 0.48 0.14 0 0.14 197.71 0.59 0.65
Hex 72 BC DB 30 E 0 E C6 3B 41
Octal 162 274 333 60 16 0 16 306 73 101
Binary 1110010 10111100 11011011 110000 1110 0 1110 11000110 111011 1000001

Color Harmonies of #72BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BCDB

Black with #72BCDB

Text Example


Text Example

White with #72BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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