Html Css Color HEX #65BCCF Seagull

📋 copy color: '#65BCCF'

red 101 ◦ green 188 ◦ blue 207

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

Shades of Seagull #65BCCF

Tints of Seagull #65BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 20.36%
G = 37.9%
B = 41.73%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#65BCCF (or 0x65BCCF) is known color: Seagull. HEX triplet: 65, BC and CF. RGB value is (101,188,207). Sum of RGB (Red+Green+Blue) = 101+188+207=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #65BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCCF is #9A4330. Grayscale: #A3A3A3. Windows color (decimal): -10109745 or 13614181. OLE color: 13614181.

HSL color Cylindrical-coordinate representation of color #65BCCF: hue angle of 190.75º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65BCCF is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 188 207 -
CMYK 0.51 0.09 0 0.19
HSL 190.75º 0.52% 0.6% -
HSV(B) 190.75º 0.51% 0.81% -
XYZ 34.61 43.24 65.55 -
YUV 164.15 152.18 82.96 -
System Red Green Blue C M Y K H S L
Decimal 101 188 207 0.51 0.09 0 0.19 190.75 0.52 0.6
Hex 65 BC CF 33 9 0 13 BF 34 3C
Octal 145 274 317 63 11 0 23 277 64 74
Binary 1100101 10111100 11001111 110011 1001 0 10011 10111111 110100 111100

Color Harmonies of #65BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCCF

Black with #65BCCF

Text Example


Text Example

White with #65BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,188,207); }

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

background-color css

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

 a { background-color: rgb(101,188,207); }

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

border-color css

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

 span { border-color: rgb(101,188,207); }

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