Html Css Color HEX #65BBCC Seagull

📋 copy color: '#65BBCC'

red 101 ◦ green 187 ◦ blue 204

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

Shades of Seagull #65BBCC

Tints of Seagull #65BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 20.53%
G = 38.01%
B = 41.46%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#65BBCC (or 0x65BBCC) is known color: Seagull. HEX triplet: 65, BB and CC. RGB value is (101,187,204). Sum of RGB (Red+Green+Blue) = 101+187+204=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #65BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBCC is #9A4433. Grayscale: #A3A3A3. Windows color (decimal): -10110004 or 13417317. OLE color: 13417317.

HSL color Cylindrical-coordinate representation of color #65BBCC: hue angle of 189.9º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65BBCC is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 187 204 -
CMYK 0.50 0.08 0 0.2
HSL 189.9º 0.5% 0.6% -
HSV(B) 189.9º 0.5% 0.8% -
XYZ 34.04 42.67 63.57 -
YUV 163.22 151.01 83.62 -
System Red Green Blue C M Y K H S L
Decimal 101 187 204 0.50 0.08 0 0.2 189.9 0.5 0.6
Hex 65 BB CC 32 8 0 14 BE 32 3C
Octal 145 273 314 62 10 0 24 276 62 74
Binary 1100101 10111011 11001100 110010 1000 0 10100 10111110 110010 111100

Color Harmonies of #65BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BBCC

Black with #65BBCC

Text Example


Text Example

White with #65BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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