Html Css Color HEX #64BFCB Seagull

📋 copy color: '#64BFCB'

red 100 ◦ green 191 ◦ blue 203

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

Shades of Seagull #64BFCB

Tints of Seagull #64BFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 20.24%
G = 38.66%
B = 41.09%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64BFCB (or 0x64BFCB) is known color: Seagull. HEX triplet: 64, BF and CB. RGB value is (100,191,203). Sum of RGB (Red+Green+Blue) = 100+191+203=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #64BFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFCB is #9B4034. Grayscale: #A5A5A5. Windows color (decimal): -10174517 or 13352804. OLE color: 13352804.

HSL color Cylindrical-coordinate representation of color #64BFCB: hue angle of 186.99º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64BFCB is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 191 203 -
CMYK 0.51 0.06 0 0.20
HSL 186.99º 0.5% 0.59% -
HSV(B) 186.99º 0.51% 0.8% -
XYZ 34.67 44.28 63.22 -
YUV 165.16 149.35 81.52 -
System Red Green Blue C M Y K H S L
Decimal 100 191 203 0.51 0.06 0 0.20 186.99 0.5 0.59
Hex 64 BF CB 33 6 0 14 BB 32 3B
Octal 144 277 313 63 6 0 24 273 62 73
Binary 1100100 10111111 11001011 110011 110 0 10100 10111011 110010 111011

Color Harmonies of #64BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFCB

Black with #64BFCB

Text Example


Text Example

White with #64BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,191,203); }

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

background-color css

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

 a { background-color: rgb(100,191,203); }

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

border-color css

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

 span { border-color: rgb(100,191,203); }

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