Html Css Color HEX #65BBCA Seagull

📋 copy color: '#65BBCA'

red 101 ◦ green 187 ◦ blue 202

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

Shades of Seagull #65BBCA

Tints of Seagull #65BBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.16%

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

R = 20.61%
G = 38.16%
B = 41.22%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#65BBCA (or 0x65BBCA) is known color: Seagull. HEX triplet: 65, BB and CA. RGB value is (101,187,202). Sum of RGB (Red+Green+Blue) = 101+187+202=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #65BBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBCA is #9A4435. Grayscale: #A2A2A2. Windows color (decimal): -10110006 or 13286245. OLE color: 13286245.

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

Color convert

RGB 101 187 202 -
CMYK 0.50 0.07 0 0.21
HSL 188.91º 0.49% 0.59% -
HSV(B) 188.91º 0.5% 0.79% -
XYZ 33.8 42.57 62.31 -
YUV 163 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 101 187 202 0.50 0.07 0 0.21 188.91 0.49 0.59
Hex 65 BB CA 32 7 0 15 BD 31 3B
Octal 145 273 312 62 7 0 25 275 61 73
Binary 1100101 10111011 11001010 110010 111 0 10101 10111101 110001 111011

Color Harmonies of #65BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BBCA

Black with #65BBCA

Text Example


Text Example

White with #65BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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