Html Css Color HEX #72BDCA Seagull

📋 copy color: '#72BDCA'

red 114 ◦ green 189 ◦ blue 202

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

Shades of Seagull #72BDCA

Tints of Seagull #72BDCA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.43%

 BLUE value IS 202 (79.3% from 255) = 40%

R = 22.57%
G = 37.43%
B = 40%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#72BDCA (or 0x72BDCA) is known color: Seagull. HEX triplet: 72, BD and CA. RGB value is (114,189,202). Sum of RGB (Red+Green+Blue) = 114+189+202=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #72BDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BDCA is #8D4235. Grayscale: #A7A7A7. Windows color (decimal): -9257526 or 13286770. OLE color: 13286770.

HSL color Cylindrical-coordinate representation of color #72BDCA: hue angle of 188.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72BDCA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 189 202 -
CMYK 0.44 0.06 0 0.21
HSL 188.86º 0.45% 0.62% -
HSV(B) 188.86º 0.44% 0.79% -
XYZ 35.8 44.24 62.53 -
YUV 168.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 114 189 202 0.44 0.06 0 0.21 188.86 0.45 0.62
Hex 72 BD CA 2C 6 0 15 BD 2D 3E
Octal 162 275 312 54 6 0 25 275 55 76
Binary 1110010 10111101 11001010 101100 110 0 10101 10111101 101101 111110

Color Harmonies of #72BDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BDCA

Black with #72BDCA

Text Example


Text Example

White with #72BDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,189,202); }

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

background-color css

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

 a { background-color: rgb(114,189,202); }

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

border-color css

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

 span { border-color: rgb(114,189,202); }

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