#65BFCE

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

Shades of Seagull #65BFCE

Tints of Seagull #65BFCE

Color information

#65BFCE (or 0x65BFCE) is unknown color: approx Seagull. HEX triplet: 65, BF and CE. RGB value is (101,191,206). Sum of RGB (Red+Green+Blue) = 101+191+206=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #65BFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BFCE is #9A4031. Grayscale: #A5A5A5. Windows color (decimal): -10108978 or 13549413. OLE color: 13549413.

HSL color Cylindrical-coordinate representation of color #65BFCE: hue angle of 188.57º 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 #65BFCE is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101191206-
CMYK0.510.0700.19
HSL188.57º51.72%60.2%-
HSV(B)188.57º50.97%80.78%-
XYZ35.1444.4865.13-
YUV165.8150.6881.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.28%
GREEN value IS 191 (75% from 255) = 38.35%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=20.28%
G=38.35%
B=41.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1011912060.510.0700.19188.5751.7260.2
Hex65BFCE337013bd343c
Octal1452773166370232756474
Binary1100101101111111100111011001111101001110111101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,191,206); }

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

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

 a { background-color: rgb(101,191,206); }

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

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

 span { border-color: rgb(101,191,206); }

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