Html Css Color HEX #64BBCF Seagull

📋 copy color: '#64BBCF'

red 100 ◦ green 187 ◦ blue 207

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

Shades of Seagull #64BBCF

Tints of Seagull #64BBCF

RGB

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

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

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

R = 20.24%
G = 37.85%
B = 41.9%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64BBCF (or 0x64BBCF) is known color: Seagull. HEX triplet: 64, BB and CF. RGB value is (100,187,207). Sum of RGB (Red+Green+Blue) = 100+187+207=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #64BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BBCF is #9B4430. Grayscale: #A3A3A3. Windows color (decimal): -10175537 or 13613924. OLE color: 13613924.

HSL color Cylindrical-coordinate representation of color #64BBCF: hue angle of 191.21º 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 #64BBCF is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 187 207 -
CMYK 0.52 0.10 0 0.19
HSL 191.22º 0.53% 0.6% -
HSV(B) 191.22º 0.52% 0.81% -
XYZ 34.29 42.75 65.48 -
YUV 163.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 100 187 207 0.52 0.10 0 0.19 191.22 0.53 0.6
Hex 64 BB CF 34 A 0 13 BF 35 3C
Octal 144 273 317 64 12 0 23 277 65 74
Binary 1100100 10111011 11001111 110100 1010 0 10011 10111111 110101 111100

Color Harmonies of #64BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBCF

Black with #64BBCF

Text Example


Text Example

White with #64BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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