#65B7CF

Color #65B7CF Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #65B7CF

Tints of Seagull #65B7CF

Color information

#65B7CF (or 0x65B7CF) is unknown color: approx Seagull. HEX triplet: 65, B7 and CF. RGB value is (101,183,207). Sum of RGB (Red+Green+Blue) = 101+183+207=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #65B7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B7CF is #9A4830. Grayscale: #A1A1A1. Windows color (decimal): -10111025 or 13612901. OLE color: 13612901.

HSL color Cylindrical-coordinate representation of color #65B7CF: hue angle of 193.58º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65B7CF is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101183207-
CMYK0.510.1200.19
HSL193.58º52.48%60.39%-
HSV(B)193.58º51.21%81.18%-
XYZ33.5641.1465.2-
YUV161.22153.8385.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.57%
GREEN value IS 183 (71.88% from 255) = 37.27%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=20.57%
G=37.27%
B=42.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1011832070.510.1200.19193.5852.4860.39
Hex65B7CF33C013c2343c
Octal14526731763140233026474
Binary11001011011011111001111110011110001001111000010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65B7CF; }

 p { color: rgb(101,183,207); }

 H1.HeaderClassName
 {
   color: #65B7CF;
 }
 .AnyTagClassName
 {
   color: #65B7CF;
 }
</style>
background-color css

<style>
 a { background-color: #65B7CF; }

 a { background-color: rgb(101,183,207); }

 div.DivClassName
 {
   background-color: #65B7CF;
 }
 .BgClassName
 {
   background-color: #65B7CF;
 }
</style>
border-color css

<style>
 span { border-color: #65B7CF; }

 span { border-color: rgb(101,183,207); }

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