Html Css Color HEX #72B0CE Seagull

📋 copy color: '#72B0CE'

red 114 ◦ green 176 ◦ blue 206

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

Shades of Seagull #72B0CE

Tints of Seagull #72B0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.48%

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 22.98%
G = 35.48%
B = 41.53%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72B0CE (or 0x72B0CE) is known color: Seagull. HEX triplet: 72, B0 and CE. RGB value is (114,176,206). Sum of RGB (Red+Green+Blue) = 114+176+206=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #72B0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B0CE is #8D4F31. Grayscale: #A0A0A0. Windows color (decimal): -9260850 or 13545586. OLE color: 13545586.

HSL color Cylindrical-coordinate representation of color #72B0CE: hue angle of 199.57º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72B0CE is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 176 206 -
CMYK 0.45 0.15 0 0.19
HSL 199.57º 0.48% 0.63% -
HSV(B) 199.57º 0.45% 0.81% -
XYZ 33.61 39.08 64.17 -
YUV 160.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 114 176 206 0.45 0.15 0 0.19 199.57 0.48 0.63
Hex 72 B0 CE 2D F 0 13 C8 30 3F
Octal 162 260 316 55 17 0 23 310 60 77
Binary 1110010 10110000 11001110 101101 1111 0 10011 11001000 110000 111111

Color Harmonies of #72B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B0CE

Black with #72B0CE

Text Example


Text Example

White with #72B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,176,206); }

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

background-color css

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

 a { background-color: rgb(114,176,206); }

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

border-color css

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

 span { border-color: rgb(114,176,206); }

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