#65BDC8

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

Shades of Seagull #65BDC8

Tints of Seagull #65BDC8

Color information

#65BDC8 (or 0x65BDC8) is unknown color: approx Seagull. HEX triplet: 65, BD and C8. RGB value is (101,189,200). Sum of RGB (Red+Green+Blue) = 101+189+200=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 200 - color contains mainly: blue. Hex color #65BDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDC8 is #9A4237. Grayscale: #A3A3A3. Windows color (decimal): -10109496 or 13155685. OLE color: 13155685.

HSL color Cylindrical-coordinate representation of color #65BDC8: hue angle of 186.67º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65BDC8 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB101189200-
CMYK0.490.0600.22
HSL186.67º47.37%59.02%-
HSV(B)186.67º49.5%78.43%-
XYZ33.9943.3361.22-
YUV163.94148.3583.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.61%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 200 (78.52% from 255) = 40.82%
R=20.61%
G=38.57%
B=40.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1011892000.490.0600.22186.6747.3759.02
Hex65BDC8316016bb2f3b
Octal1452753106160262735773
Binary1100101101111011100100011000111001011010111011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,189,200); }

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

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

 a { background-color: rgb(101,189,200); }

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

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

 span { border-color: rgb(101,189,200); }

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