Html Css Color HEX #72BBCF Seagull

📋 copy color: '#72BBCF'

red 114 ◦ green 187 ◦ blue 207

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

Shades of Seagull #72BBCF

Tints of Seagull #72BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.81%

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 22.44%
G = 36.81%
B = 40.75%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72BBCF (or 0x72BBCF) is known color: Seagull. HEX triplet: 72, BB and CF. RGB value is (114,187,207). Sum of RGB (Red+Green+Blue) = 114+187+207=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #72BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBCF is #8D4430. Grayscale: #A7A7A7. Windows color (decimal): -9258033 or 13613938. OLE color: 13613938.

HSL color Cylindrical-coordinate representation of color #72BBCF: hue angle of 192.9º degrees, saturation: 0.49, 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 #72BBCF is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 187 207 -
CMYK 0.45 0.10 0 0.19
HSL 192.9º 0.49% 0.63% -
HSV(B) 192.9º 0.45% 0.81% -
XYZ 35.97 43.62 65.56 -
YUV 167.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 114 187 207 0.45 0.10 0 0.19 192.9 0.49 0.63
Hex 72 BB CF 2D A 0 13 C1 31 3F
Octal 162 273 317 55 12 0 23 301 61 77
Binary 1110010 10111011 11001111 101101 1010 0 10011 11000001 110001 111111

Color Harmonies of #72BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BBCF

Black with #72BBCF

Text Example


Text Example

White with #72BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,187,207); }

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

background-color css

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

 a { background-color: rgb(114,187,207); }

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

border-color css

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

 span { border-color: rgb(114,187,207); }

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