Html Css Color HEX #72BACF Seagull

📋 copy color: '#72BACF'

red 114 ◦ green 186 ◦ blue 207

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

Shades of Seagull #72BACF

Tints of Seagull #72BACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 22.49%
G = 36.69%
B = 40.83%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72BACF (or 0x72BACF) is known color: Seagull. HEX triplet: 72, BA and CF. RGB value is (114,186,207). Sum of RGB (Red+Green+Blue) = 114+186+207=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #72BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BACF is #8D4530. Grayscale: #A6A6A6. Windows color (decimal): -9258289 or 13613682. OLE color: 13613682.

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

Color convert

RGB 114 186 207 -
CMYK 0.45 0.10 0 0.19
HSL 193.55º 0.49% 0.63% -
HSV(B) 193.55º 0.45% 0.81% -
XYZ 35.76 43.2 65.49 -
YUV 166.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 114 186 207 0.45 0.10 0 0.19 193.55 0.49 0.63
Hex 72 BA CF 2D A 0 13 C2 31 3F
Octal 162 272 317 55 12 0 23 302 61 77
Binary 1110010 10111010 11001111 101101 1010 0 10011 11000010 110001 111111

Color Harmonies of #72BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BACF

Black with #72BACF

Text Example


Text Example

White with #72BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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