Html Css Color HEX #72BFD1 Seagull

📋 copy color: '#72BFD1'

red 114 ◦ green 191 ◦ blue 209

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

Shades of Seagull #72BFD1

Tints of Seagull #72BFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 37.16%

 BLUE value IS 209 (82.03% from 255) = 40.66%

R = 22.18%
G = 37.16%
B = 40.66%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#72BFD1 (or 0x72BFD1) is known color: Seagull. HEX triplet: 72, BF and D1. RGB value is (114,191,209). Sum of RGB (Red+Green+Blue) = 114+191+209=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #72BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFD1 is #8D402E. Grayscale: #A9A9A9. Windows color (decimal): -9257007 or 13746034. OLE color: 13746034.

HSL color Cylindrical-coordinate representation of color #72BFD1: hue angle of 191.37º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72BFD1 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 191 209 -
CMYK 0.45 0.09 0 0.18
HSL 191.37º 0.51% 0.63% -
HSV(B) 191.37º 0.45% 0.82% -
XYZ 37.08 45.44 67.14 -
YUV 170.03 149.99 88.04 -
System Red Green Blue C M Y K H S L
Decimal 114 191 209 0.45 0.09 0 0.18 191.37 0.51 0.63
Hex 72 BF D1 2D 9 0 12 BF 33 3F
Octal 162 277 321 55 11 0 22 277 63 77
Binary 1110010 10111111 11010001 101101 1001 0 10010 10111111 110011 111111

Color Harmonies of #72BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BFD1

Black with #72BFD1

Text Example


Text Example

White with #72BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,191,209); }

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

background-color css

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

 a { background-color: rgb(114,191,209); }

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

border-color css

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

 span { border-color: rgb(114,191,209); }

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