Html Css Color HEX #65BACA Seagull

📋 copy color: '#65BACA'

red 101 ◦ green 186 ◦ blue 202

#65BACA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #65BACA

Tints of Seagull #65BACA

RGB

 RED value IS 101 (39.84% from 255) = 20.65%

 GREEN value IS 186 (73.05% from 255) = 38.04%

 BLUE value IS 202 (79.3% from 255) = 41.31%

R = 20.65%
G = 38.04%
B = 41.31%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#65BACA (or 0x65BACA) is known color: Seagull. HEX triplet: 65, BA and CA. RGB value is (101,186,202). Sum of RGB (Red+Green+Blue) = 101+186+202=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #65BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BACA is #9A4535. Grayscale: #A2A2A2. Windows color (decimal): -10110262 or 13285989. OLE color: 13285989.

HSL color Cylindrical-coordinate representation of color #65BACA: hue angle of 189.5º 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 #65BACA is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 186 202 -
CMYK 0.50 0.08 0 0.21
HSL 189.5º 0.49% 0.59% -
HSV(B) 189.5º 0.5% 0.79% -
XYZ 33.59 42.15 62.24 -
YUV 162.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 101 186 202 0.50 0.08 0 0.21 189.5 0.49 0.59
Hex 65 BA CA 32 8 0 15 BE 31 3B
Octal 145 272 312 62 10 0 25 276 61 73
Binary 1100101 10111010 11001010 110010 1000 0 10101 10111110 110001 111011

Color Harmonies of #65BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BACA

Black with #65BACA

Text Example


Text Example

White with #65BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65BACA;
 }
 .AnyTagClassName
 {
   color: #65BACA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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