Html Css Color HEX #72B7CE Seagull

📋 copy color: '#72B7CE'

red 114 ◦ green 183 ◦ blue 206

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

Shades of Seagull #72B7CE

Tints of Seagull #72B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.38%

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

R = 22.66%
G = 36.38%
B = 40.95%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72B7CE (or 0x72B7CE) is known color: Seagull. HEX triplet: 72, B7 and CE. RGB value is (114,183,206). Sum of RGB (Red+Green+Blue) = 114+183+206=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #72B7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B7CE is #8D4831. Grayscale: #A4A4A4. Windows color (decimal): -9259058 or 13547378. OLE color: 13547378.

HSL color Cylindrical-coordinate representation of color #72B7CE: hue angle of 195º 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 #72B7CE is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 183 206 -
CMYK 0.45 0.11 0 0.19
HSL 195º 0.48% 0.63% -
HSV(B) 195º 0.45% 0.81% -
XYZ 35.01 41.9 64.63 -
YUV 164.99 151.14 91.63 -
System Red Green Blue C M Y K H S L
Decimal 114 183 206 0.45 0.11 0 0.19 195 0.48 0.63
Hex 72 B7 CE 2D B 0 13 C3 30 3F
Octal 162 267 316 55 13 0 23 303 60 77
Binary 1110010 10110111 11001110 101101 1011 0 10011 11000011 110000 111111

Color Harmonies of #72B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B7CE

Black with #72B7CE

Text Example


Text Example

White with #72B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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