Html Css Color HEX #66BFCC Seagull

📋 copy color: '#66BFCC'

red 102 ◦ green 191 ◦ blue 204

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

Shades of Seagull #66BFCC

Tints of Seagull #66BFCC

RGB

 RED value IS 102 (40.23% from 255) = 20.52%

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

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 20.52%
G = 38.43%
B = 41.05%

CMYK

 C value IS 0.5

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#66BFCC (or 0x66BFCC) is known color: Seagull. HEX triplet: 66, BF and CC. RGB value is (102,191,204). Sum of RGB (Red+Green+Blue) = 102+191+204=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #66BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFCC is #994033. Grayscale: #A5A5A5. Windows color (decimal): -10043444 or 13418342. OLE color: 13418342.

HSL color Cylindrical-coordinate representation of color #66BFCC: hue angle of 187.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66BFCC is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 191 204 -
CMYK 0.5 0.06 0 0.2
HSL 187.65º 0.5% 0.6% -
HSV(B) 187.65º 0.5% 0.8% -
XYZ 35.01 44.45 63.86 -
YUV 165.87 149.51 82.44 -
System Red Green Blue C M Y K H S L
Decimal 102 191 204 0.5 0.06 0 0.2 187.65 0.5 0.6
Hex 66 BF CC 32 6 0 14 BC 32 3C
Octal 146 277 314 62 6 0 24 274 62 74
Binary 1100110 10111111 11001100 110010 110 0 10100 10111100 110010 111100

Color Harmonies of #66BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BFCC

Black with #66BFCC

Text Example


Text Example

White with #66BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66BFCC; }

 p { color: rgb(102,191,204); }

 H1.HeaderClassName
 {
   color: #66BFCC;
 }
 .AnyTagClassName
 {
   color: #66BFCC;
 }
</style>

background-color css

<style>
 a { background-color: #66BFCC; }

 a { background-color: rgb(102,191,204); }

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

border-color css

<style>
 span { border-color: #66BFCC; }

 span { border-color: rgb(102,191,204); }

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