Html Css Color HEX #72BDCC Seagull

📋 copy color: '#72BDCC'

red 114 ◦ green 189 ◦ blue 204

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

Shades of Seagull #72BDCC

Tints of Seagull #72BDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 22.49%
G = 37.28%
B = 40.24%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#72BDCC (or 0x72BDCC) is known color: Seagull. HEX triplet: 72, BD and CC. RGB value is (114,189,204). Sum of RGB (Red+Green+Blue) = 114+189+204=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #72BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BDCC is #8D4233. Grayscale: #A8A8A8. Windows color (decimal): -9257524 or 13417842. OLE color: 13417842.

HSL color Cylindrical-coordinate representation of color #72BDCC: hue angle of 190º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72BDCC is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 189 204 -
CMYK 0.44 0.07 0 0.2
HSL 190º 0.47% 0.62% -
HSV(B) 190º 0.44% 0.8% -
XYZ 36.04 44.33 63.78 -
YUV 168.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 114 189 204 0.44 0.07 0 0.2 190 0.47 0.62
Hex 72 BD CC 2C 7 0 14 BE 2F 3E
Octal 162 275 314 54 7 0 24 276 57 76
Binary 1110010 10111101 11001100 101100 111 0 10100 10111110 101111 111110

Color Harmonies of #72BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BDCC

Black with #72BDCC

Text Example


Text Example

White with #72BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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