#65BCCE

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

Shades of Seagull #65BCCE

Tints of Seagull #65BCCE

Color information

#65BCCE (or 0x65BCCE) is unknown color: approx Seagull. HEX triplet: 65, BC and CE. RGB value is (101,188,206). Sum of RGB (Red+Green+Blue) = 101+188+206=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #65BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCCE is #9A4331. Grayscale: #A3A3A3. Windows color (decimal): -10109746 or 13548645. OLE color: 13548645.

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

Color convert

RGB101188206-
CMYK0.510.0900.19
HSL190.29º51.72%60.2%-
HSV(B)190.29º50.97%80.78%-
XYZ34.4943.1964.91-
YUV164.04151.6883.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.40%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=20.40%
G=37.98%
B=41.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1011882060.510.0900.19190.2951.7260.2
Hex65BCCE339013be343c
Octal14527431663110232766474
Binary11001011011110011001110110011100101001110111110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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