Html Css Color HEX #65BFCF Seagull

📋 copy color: '#65BFCF'

red 101 ◦ green 191 ◦ blue 207

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

Shades of Seagull #65BFCF

Tints of Seagull #65BFCF

RGB

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

 GREEN value IS 191 (75% from 255) = 38.28%

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

R = 20.24%
G = 38.28%
B = 41.48%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#65BFCF (or 0x65BFCF) is known color: Seagull. HEX triplet: 65, BF and CF. RGB value is (101,191,207). Sum of RGB (Red+Green+Blue) = 101+191+207=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #65BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BFCF is #9A4030. Grayscale: #A5A5A5. Windows color (decimal): -10108977 or 13614949. OLE color: 13614949.

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

Color convert

RGB 101 191 207 -
CMYK 0.51 0.08 0 0.19
HSL 189.06º 0.52% 0.6% -
HSV(B) 189.06º 0.51% 0.81% -
XYZ 35.26 44.53 65.77 -
YUV 165.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 101 191 207 0.51 0.08 0 0.19 189.06 0.52 0.6
Hex 65 BF CF 33 8 0 13 BD 34 3C
Octal 145 277 317 63 10 0 23 275 64 74
Binary 1100101 10111111 11001111 110011 1000 0 10011 10111101 110100 111100

Color Harmonies of #65BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BFCF

Black with #65BFCF

Text Example


Text Example

White with #65BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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