Html Css Color HEX #72BDDB Seagull

📋 copy color: '#72BDDB'

red 114 ◦ green 189 ◦ blue 219

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

Shades of Seagull #72BDDB

Tints of Seagull #72BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.21%

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

R = 21.84%
G = 36.21%
B = 41.95%

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

#72BDDB (or 0x72BDDB) is known color: Seagull. HEX triplet: 72, BD and DB. RGB value is (114,189,219). Sum of RGB (Red+Green+Blue) = 114+189+219=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #72BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BDDB is #8D4224. Grayscale: #A9A9A9. Windows color (decimal): -9257509 or 14400882. OLE color: 14400882.

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

Color convert

RGB 114 189 219 -
CMYK 0.48 0.14 0 0.14
HSL 197.14º 0.59% 0.65% -
HSV(B) 197.14º 0.48% 0.86% -
XYZ 37.92 45.09 73.72 -
YUV 170 155.65 88.06 -
System Red Green Blue C M Y K H S L
Decimal 114 189 219 0.48 0.14 0 0.14 197.14 0.59 0.65
Hex 72 BD DB 30 E 0 E C5 3B 41
Octal 162 275 333 60 16 0 16 305 73 101
Binary 1110010 10111101 11011011 110000 1110 0 1110 11000101 111011 1000001

Color Harmonies of #72BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BDDB

Black with #72BDDB

Text Example


Text Example

White with #72BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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