Html Css Color HEX #72BBCD Seagull

📋 copy color: '#72BBCD'

red 114 ◦ green 187 ◦ blue 205

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

Shades of Seagull #72BBCD

Tints of Seagull #72BBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 22.53%
G = 36.96%
B = 40.51%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#72BBCD (or 0x72BBCD) is known color: Seagull. HEX triplet: 72, BB and CD. RGB value is (114,187,205). Sum of RGB (Red+Green+Blue) = 114+187+205=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #72BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBCD is #8D4432. Grayscale: #A7A7A7. Windows color (decimal): -9258035 or 13482866. OLE color: 13482866.

HSL color Cylindrical-coordinate representation of color #72BBCD: hue angle of 191.87º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72BBCD is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 187 205 -
CMYK 0.44 0.09 0 0.20
HSL 191.87º 0.48% 0.63% -
HSV(B) 191.87º 0.44% 0.8% -
XYZ 35.73 43.53 64.28 -
YUV 167.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 114 187 205 0.44 0.09 0 0.20 191.87 0.48 0.63
Hex 72 BB CD 2C 9 0 14 C0 30 3F
Octal 162 273 315 54 11 0 24 300 60 77
Binary 1110010 10111011 11001101 101100 1001 0 10100 11000000 110000 111111

Color Harmonies of #72BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BBCD

Black with #72BBCD

Text Example


Text Example

White with #72BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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