Html Css Color HEX #65BDCA Seagull

📋 copy color: '#65BDCA'

red 101 ◦ green 189 ◦ blue 202

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

Shades of Seagull #65BDCA

Tints of Seagull #65BDCA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.41%

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

R = 20.53%
G = 38.41%
B = 41.06%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#65BDCA (or 0x65BDCA) is known color: Seagull. HEX triplet: 65, BD and CA. RGB value is (101,189,202). Sum of RGB (Red+Green+Blue) = 101+189+202=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #65BDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDCA is #9A4235. Grayscale: #A4A4A4. Windows color (decimal): -10109494 or 13286757. OLE color: 13286757.

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

Color convert

RGB 101 189 202 -
CMYK 0.50 0.06 0 0.21
HSL 187.72º 0.49% 0.59% -
HSV(B) 187.72º 0.5% 0.79% -
XYZ 34.23 43.43 62.46 -
YUV 164.17 149.35 82.94 -
System Red Green Blue C M Y K H S L
Decimal 101 189 202 0.50 0.06 0 0.21 187.72 0.49 0.59
Hex 65 BD CA 32 6 0 15 BC 31 3B
Octal 145 275 312 62 6 0 25 274 61 73
Binary 1100101 10111101 11001010 110010 110 0 10101 10111100 110001 111011

Color Harmonies of #65BDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BDCA

Black with #65BDCA

Text Example


Text Example

White with #65BDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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