Html Css Color HEX #72BACC Seagull

📋 copy color: '#72BACC'

red 114 ◦ green 186 ◦ blue 204

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

Shades of Seagull #72BACC

Tints of Seagull #72BACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.9%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 22.62%
G = 36.9%
B = 40.48%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#72BACC (or 0x72BACC) is known color: Seagull. HEX triplet: 72, BA and CC. RGB value is (114,186,204). Sum of RGB (Red+Green+Blue) = 114+186+204=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #72BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BACC is #8D4533. Grayscale: #A6A6A6. Windows color (decimal): -9258292 or 13417074. OLE color: 13417074.

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

Color convert

RGB 114 186 204 -
CMYK 0.44 0.09 0 0.2
HSL 192º 0.47% 0.62% -
HSV(B) 192º 0.44% 0.8% -
XYZ 35.4 43.05 63.57 -
YUV 166.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 114 186 204 0.44 0.09 0 0.2 192 0.47 0.62
Hex 72 BA CC 2C 9 0 14 C0 2F 3E
Octal 162 272 314 54 11 0 24 300 57 76
Binary 1110010 10111010 11001100 101100 1001 0 10100 11000000 101111 111110

Color Harmonies of #72BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BACC

Black with #72BACC

Text Example


Text Example

White with #72BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,186,204); }

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

background-color css

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

 a { background-color: rgb(114,186,204); }

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

border-color css

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

 span { border-color: rgb(114,186,204); }

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