Html Css Color HEX #72BECE Seagull

📋 copy color: '#72BECE'

red 114 ◦ green 190 ◦ blue 206

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

Shades of Seagull #72BECE

Tints of Seagull #72BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.25%

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 22.35%
G = 37.25%
B = 40.39%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72BECE (or 0x72BECE) is known color: Seagull. HEX triplet: 72, BE and CE. RGB value is (114,190,206). Sum of RGB (Red+Green+Blue) = 114+190+206=510 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.35% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #72BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BECE is #8D4131. Grayscale: #A8A8A8. Windows color (decimal): -9257266 or 13549170. OLE color: 13549170.

HSL color Cylindrical-coordinate representation of color #72BECE: hue angle of 190.43º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72BECE is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 190 206 -
CMYK 0.45 0.08 0 0.19
HSL 190.43º 0.48% 0.63% -
HSV(B) 190.43º 0.45% 0.81% -
XYZ 36.49 44.86 65.13 -
YUV 169.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 114 190 206 0.45 0.08 0 0.19 190.43 0.48 0.63
Hex 72 BE CE 2D 8 0 13 BE 30 3F
Octal 162 276 316 55 10 0 23 276 60 77
Binary 1110010 10111110 11001110 101101 1000 0 10011 10111110 110000 111111

Color Harmonies of #72BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BECE

Black with #72BECE

Text Example


Text Example

White with #72BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,190,206); }

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

background-color css

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

 a { background-color: rgb(114,190,206); }

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

border-color css

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

 span { border-color: rgb(114,190,206); }

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