Html Css Color HEX #72BADA Seagull

📋 copy color: '#72BADA'

red 114 ◦ green 186 ◦ blue 218

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

Shades of Seagull #72BADA

Tints of Seagull #72BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 22.01%
G = 35.91%
B = 42.08%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#72BADA (or 0x72BADA) is known color: Seagull. HEX triplet: 72, BA and DA. RGB value is (114,186,218). Sum of RGB (Red+Green+Blue) = 114+186+218=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #72BADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BADA is #8D4525. Grayscale: #A7A7A7. Windows color (decimal): -9258278 or 14334578. OLE color: 14334578.

HSL color Cylindrical-coordinate representation of color #72BADA: hue angle of 198.46º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72BADA is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 186 218 -
CMYK 0.48 0.15 0 0.15
HSL 198.46º 0.58% 0.65% -
HSV(B) 198.46º 0.48% 0.85% -
XYZ 37.15 43.76 72.82 -
YUV 168.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 114 186 218 0.48 0.15 0 0.15 198.46 0.58 0.65
Hex 72 BA DA 30 F 0 F C6 3A 41
Octal 162 272 332 60 17 0 17 306 72 101
Binary 1110010 10111010 11011010 110000 1111 0 1111 11000110 111010 1000001

Color Harmonies of #72BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BADA

Black with #72BADA

Text Example


Text Example

White with #72BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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