Html Css Color HEX #72BFCF Seagull

📋 copy color: '#72BFCF'

red 114 ◦ green 191 ◦ blue 207

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

Shades of Seagull #72BFCF

Tints of Seagull #72BFCF

RGB

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

 GREEN value IS 191 (75% from 255) = 37.3%

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

R = 22.27%
G = 37.3%
B = 40.43%

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

#72BFCF (or 0x72BFCF) is known color: Seagull. HEX triplet: 72, BF and CF. RGB value is (114,191,207). Sum of RGB (Red+Green+Blue) = 114+191+207=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #72BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFCF is #8D4030. Grayscale: #A9A9A9. Windows color (decimal): -9257009 or 13614962. OLE color: 13614962.

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

Color convert

RGB 114 191 207 -
CMYK 0.45 0.08 0 0.19
HSL 190.32º 0.49% 0.63% -
HSV(B) 190.32º 0.45% 0.81% -
XYZ 36.83 45.34 65.84 -
YUV 169.8 148.99 88.2 -
System Red Green Blue C M Y K H S L
Decimal 114 191 207 0.45 0.08 0 0.19 190.32 0.49 0.63
Hex 72 BF CF 2D 8 0 13 BE 31 3F
Octal 162 277 317 55 10 0 23 276 61 77
Binary 1110010 10111111 11001111 101101 1000 0 10011 10111110 110001 111111

Color Harmonies of #72BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BFCF

Black with #72BFCF

Text Example


Text Example

White with #72BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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