Html Css Color HEX #64BCCF Seagull

📋 copy color: '#64BCCF'

red 100 ◦ green 188 ◦ blue 207

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

Shades of Seagull #64BCCF

Tints of Seagull #64BCCF

RGB

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

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

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

R = 20.2%
G = 37.98%
B = 41.82%

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

#64BCCF (or 0x64BCCF) is known color: Seagull. HEX triplet: 64, BC and CF. RGB value is (100,188,207). Sum of RGB (Red+Green+Blue) = 100+188+207=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #64BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCCF is #9B4330. Grayscale: #A3A3A3. Windows color (decimal): -10175281 or 13614180. OLE color: 13614180.

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

Color convert

RGB 100 188 207 -
CMYK 0.52 0.09 0 0.19
HSL 190.65º 0.53% 0.6% -
HSV(B) 190.65º 0.52% 0.81% -
XYZ 34.5 43.18 65.55 -
YUV 163.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 100 188 207 0.52 0.09 0 0.19 190.65 0.53 0.6
Hex 64 BC CF 34 9 0 13 BF 35 3C
Octal 144 274 317 64 11 0 23 277 65 74
Binary 1100100 10111100 11001111 110100 1001 0 10011 10111111 110101 111100

Color Harmonies of #64BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BCCF

Black with #64BCCF

Text Example


Text Example

White with #64BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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