Html Css Color HEX #72BFDC Seagull

📋 copy color: '#72BFDC'

red 114 ◦ green 191 ◦ blue 220

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

Shades of Seagull #72BFDC

Tints of Seagull #72BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 21.71%
G = 36.38%
B = 41.9%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72BFDC (or 0x72BFDC) is known color: Seagull. HEX triplet: 72, BF and DC. RGB value is (114,191,220). Sum of RGB (Red+Green+Blue) = 114+191+220=525 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.71% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #72BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFDC is #8D4023. Grayscale: #ABABAB. Windows color (decimal): -9256996 or 14466930. OLE color: 14466930.

HSL color Cylindrical-coordinate representation of color #72BFDC: hue angle of 196.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72BFDC is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 191 220 -
CMYK 0.48 0.13 0 0.14
HSL 196.42º 0.6% 0.65% -
HSV(B) 196.42º 0.48% 0.86% -
XYZ 38.49 46.01 74.56 -
YUV 171.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 114 191 220 0.48 0.13 0 0.14 196.42 0.6 0.65
Hex 72 BF DC 30 D 0 E C4 3C 41
Octal 162 277 334 60 15 0 16 304 74 101
Binary 1110010 10111111 11011100 110000 1101 0 1110 11000100 111100 1000001

Color Harmonies of #72BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BFDC

Black with #72BFDC

Text Example


Text Example

White with #72BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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