Html Css Color HEX #72B7D7 Seagull

📋 copy color: '#72B7D7'

red 114 ◦ green 183 ◦ blue 215

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

Shades of Seagull #72B7D7

Tints of Seagull #72B7D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.99%

R = 22.27%
G = 35.74%
B = 41.99%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#72B7D7 (or 0x72B7D7) is known color: Seagull. HEX triplet: 72, B7 and D7. RGB value is (114,183,215). Sum of RGB (Red+Green+Blue) = 114+183+215=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #72B7D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B7D7 is #8D4828. Grayscale: #A5A5A5. Windows color (decimal): -9259049 or 14137202. OLE color: 14137202.

HSL color Cylindrical-coordinate representation of color #72B7D7: hue angle of 199.01º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72B7D7 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 183 215 -
CMYK 0.47 0.15 0 0.16
HSL 199.01º 0.56% 0.65% -
HSV(B) 199.01º 0.47% 0.84% -
XYZ 36.14 42.35 70.56 -
YUV 166.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 114 183 215 0.47 0.15 0 0.16 199.01 0.56 0.65
Hex 72 B7 D7 2F F 0 10 C7 38 41
Octal 162 267 327 57 17 0 20 307 70 101
Binary 1110010 10110111 11010111 101111 1111 0 10000 11000111 111000 1000001

Color Harmonies of #72B7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B7D7

Black with #72B7D7

Text Example


Text Example

White with #72B7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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