#65BFCA

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

Shades of Seagull #65BFCA

Tints of Seagull #65BFCA

Color information

#65BFCA (or 0x65BFCA) is unknown color: approx Seagull. HEX triplet: 65, BF and CA. RGB value is (101,191,202). Sum of RGB (Red+Green+Blue) = 101+191+202=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #65BFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BFCA is #9A4035. Grayscale: #A5A5A5. Windows color (decimal): -10108982 or 13287269. OLE color: 13287269.

HSL color Cylindrical-coordinate representation of color #65BFCA: hue angle of 186.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65BFCA is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101191202-
CMYK0.500.0500.21
HSL186.53º48.79%59.41%-
HSV(B)186.53º50%79.22%-
XYZ34.6644.2962.6-
YUV165.34148.6882.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.45%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=20.45%
G=38.66%
B=40.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011912020.500.0500.21186.5348.7959.41
Hex65BFCA325015bb313b
Octal1452773126250252736173
Binary1100101101111111100101011001010101010110111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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