Html Css Color HEX #72BBDB Seagull

📋 copy color: '#72BBDB'

red 114 ◦ green 187 ◦ blue 219

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

Shades of Seagull #72BBDB

Tints of Seagull #72BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.96%

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

R = 21.92%
G = 35.96%
B = 42.12%

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

#72BBDB (or 0x72BBDB) is known color: Seagull. HEX triplet: 72, BB and DB. RGB value is (114,187,219). Sum of RGB (Red+Green+Blue) = 114+187+219=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #72BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBDB is #8D4424. Grayscale: #A8A8A8. Windows color (decimal): -9258021 or 14400370. OLE color: 14400370.

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

Color convert

RGB 114 187 219 -
CMYK 0.48 0.15 0 0.14
HSL 198.29º 0.59% 0.65% -
HSV(B) 198.29º 0.48% 0.86% -
XYZ 37.5 44.23 73.58 -
YUV 168.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 114 187 219 0.48 0.15 0 0.14 198.29 0.59 0.65
Hex 72 BB DB 30 F 0 E C6 3B 41
Octal 162 273 333 60 17 0 16 306 73 101
Binary 1110010 10111011 11011011 110000 1111 0 1110 11000110 111011 1000001

Color Harmonies of #72BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BBDB

Black with #72BBDB

Text Example


Text Example

White with #72BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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