Html Css Color HEX #64BDCF Seagull

📋 copy color: '#64BDCF'

red 100 ◦ green 189 ◦ blue 207

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

Shades of Seagull #64BDCF

Tints of Seagull #64BDCF

RGB

 RED value IS 100 (39.45% from 255) = 20.16%

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

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

R = 20.16%
G = 38.1%
B = 41.73%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64BDCF (or 0x64BDCF) is known color: Seagull. HEX triplet: 64, BD and CF. RGB value is (100,189,207). Sum of RGB (Red+Green+Blue) = 100+189+207=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 189 (74.22% from 255 or 38.10% 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 #64BDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDCF is #9B4230. Grayscale: #A4A4A4. Windows color (decimal): -10175025 or 13614436. OLE color: 13614436.

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

Color convert

RGB 100 189 207 -
CMYK 0.52 0.09 0 0.19
HSL 190.09º 0.53% 0.6% -
HSV(B) 190.09º 0.52% 0.81% -
XYZ 34.72 43.61 65.62 -
YUV 164.44 152.01 82.04 -
System Red Green Blue C M Y K H S L
Decimal 100 189 207 0.52 0.09 0 0.19 190.09 0.53 0.6
Hex 64 BD CF 34 9 0 13 BE 35 3C
Octal 144 275 317 64 11 0 23 276 65 74
Binary 1100100 10111101 11001111 110100 1001 0 10011 10111110 110101 111100

Color Harmonies of #64BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BDCF

Black with #64BDCF

Text Example


Text Example

White with #64BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64BDCF; }

 p { color: rgb(100,189,207); }

 H1.HeaderClassName
 {
   color: #64BDCF;
 }
 .AnyTagClassName
 {
   color: #64BDCF;
 }
</style>

background-color css

<style>
 a { background-color: #64BDCF; }

 a { background-color: rgb(100,189,207); }

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

border-color css

<style>
 span { border-color: #64BDCF; }

 span { border-color: rgb(100,189,207); }

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