Html Css Color HEX #72BEDB Seagull

📋 copy color: '#72BEDB'

red 114 ◦ green 190 ◦ blue 219

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

Shades of Seagull #72BEDB

Tints of Seagull #72BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.33%

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

R = 21.8%
G = 36.33%
B = 41.87%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72BEDB (or 0x72BEDB) is known color: Seagull. HEX triplet: 72, BE and DB. RGB value is (114,190,219). Sum of RGB (Red+Green+Blue) = 114+190+219=523 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.80% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #72BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BEDB is #8D4124. Grayscale: #AAAAAA. Windows color (decimal): -9257253 or 14401138. OLE color: 14401138.

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

Color convert

RGB 114 190 219 -
CMYK 0.48 0.13 0 0.14
HSL 196.57º 0.59% 0.65% -
HSV(B) 196.57º 0.48% 0.86% -
XYZ 38.14 45.52 73.79 -
YUV 170.58 155.32 87.64 -
System Red Green Blue C M Y K H S L
Decimal 114 190 219 0.48 0.13 0 0.14 196.57 0.59 0.65
Hex 72 BE DB 30 D 0 E C5 3B 41
Octal 162 276 333 60 15 0 16 305 73 101
Binary 1110010 10111110 11011011 110000 1101 0 1110 11000101 111011 1000001

Color Harmonies of #72BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BEDB

Black with #72BEDB

Text Example


Text Example

White with #72BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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