Html Css Color HEX #72BAD2 Seagull

📋 copy color: '#72BAD2'

red 114 ◦ green 186 ◦ blue 210

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

Shades of Seagull #72BAD2

Tints of Seagull #72BAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.18%

R = 22.35%
G = 36.47%
B = 41.18%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#72BAD2 (or 0x72BAD2) is known color: Seagull. HEX triplet: 72, BA and D2. RGB value is (114,186,210). Sum of RGB (Red+Green+Blue) = 114+186+210=510 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.35% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #72BAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BAD2 is #8D452D. Grayscale: #A7A7A7. Windows color (decimal): -9258286 or 13810290. OLE color: 13810290.

HSL color Cylindrical-coordinate representation of color #72BAD2: hue angle of 195º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72BAD2 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 186 210 -
CMYK 0.46 0.11 0 0.18
HSL 195º 0.52% 0.64% -
HSV(B) 195º 0.46% 0.82% -
XYZ 36.13 43.35 67.44 -
YUV 167.21 152.15 90.05 -
System Red Green Blue C M Y K H S L
Decimal 114 186 210 0.46 0.11 0 0.18 195 0.52 0.64
Hex 72 BA D2 2E B 0 12 C3 34 40
Octal 162 272 322 56 13 0 22 303 64 100
Binary 1110010 10111010 11010010 101110 1011 0 10010 11000011 110100 1000000

Color Harmonies of #72BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BAD2

Black with #72BAD2

Text Example


Text Example

White with #72BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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