Html Css Color HEX #72B2CB Seagull

📋 copy color: '#72B2CB'

red 114 ◦ green 178 ◦ blue 203

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

Shades of Seagull #72B2CB

Tints of Seagull #72B2CB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.96%

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 23.03%
G = 35.96%
B = 41.01%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#72B2CB (or 0x72B2CB) is known color: Seagull. HEX triplet: 72, B2 and CB. RGB value is (114,178,203). Sum of RGB (Red+Green+Blue) = 114+178+203=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #72B2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B2CB is #8D4D34. Grayscale: #A1A1A1. Windows color (decimal): -9260341 or 13349490. OLE color: 13349490.

HSL color Cylindrical-coordinate representation of color #72B2CB: hue angle of 196.85º degrees, saturation: 0.46, 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 #72B2CB is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 178 203 -
CMYK 0.44 0.12 0 0.20
HSL 196.85º 0.46% 0.62% -
HSV(B) 196.85º 0.44% 0.8% -
XYZ 33.64 39.73 62.4 -
YUV 161.71 151.3 93.97 -
System Red Green Blue C M Y K H S L
Decimal 114 178 203 0.44 0.12 0 0.20 196.85 0.46 0.62
Hex 72 B2 CB 2C C 0 14 C5 2E 3E
Octal 162 262 313 54 14 0 24 305 56 76
Binary 1110010 10110010 11001011 101100 1100 0 10100 11000101 101110 111110

Color Harmonies of #72B2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B2CB

Black with #72B2CB

Text Example


Text Example

White with #72B2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,178,203); }

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

background-color css

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

 a { background-color: rgb(114,178,203); }

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

border-color css

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

 span { border-color: rgb(114,178,203); }

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