Html Css Color HEX #64B3CF Seagull

📋 copy color: '#64B3CF'

red 100 ◦ green 179 ◦ blue 207

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

Shades of Seagull #64B3CF

Tints of Seagull #64B3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.83%

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

R = 20.58%
G = 36.83%
B = 42.59%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64B3CF (or 0x64B3CF) is known color: Seagull. HEX triplet: 64, B3 and CF. RGB value is (100,179,207). Sum of RGB (Red+Green+Blue) = 100+179+207=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #64B3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B3CF is #9B4C30. Grayscale: #9E9E9E. Windows color (decimal): -10177585 or 13611876. OLE color: 13611876.

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

Color convert

RGB 100 179 207 -
CMYK 0.52 0.14 0 0.19
HSL 195.7º 0.53% 0.6% -
HSV(B) 195.7º 0.52% 0.81% -
XYZ 32.64 39.45 64.93 -
YUV 158.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 100 179 207 0.52 0.14 0 0.19 195.7 0.53 0.6
Hex 64 B3 CF 34 E 0 13 C4 35 3C
Octal 144 263 317 64 16 0 23 304 65 74
Binary 1100100 10110011 11001111 110100 1110 0 10011 11000100 110101 111100

Color Harmonies of #64B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B3CF

Black with #64B3CF

Text Example


Text Example

White with #64B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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