Html Css Color HEX #66ADCD Picton Blue

📋 copy color: '#66ADCD'

red 102 ◦ green 173 ◦ blue 205

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

Shades of Picton Blue #66ADCD

Tints of Picton Blue #66ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.04%

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 21.25%
G = 36.04%
B = 42.71%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#66ADCD (or 0x66ADCD) is known color: Picton Blue. HEX triplet: 66, AD and CD. RGB value is (102,173,205). Sum of RGB (Red+Green+Blue) = 102+173+205=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #66ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADCD is #995232. Grayscale: #9B9B9B. Windows color (decimal): -10048051 or 13479270. OLE color: 13479270.

HSL color Cylindrical-coordinate representation of color #66ADCD: hue angle of 198.64º degrees, saturation: 0.51, 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 #66ADCD is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 173 205 -
CMYK 0.50 0.16 0 0.20
HSL 198.64º 0.51% 0.6% -
HSV(B) 198.64º 0.5% 0.8% -
XYZ 31.44 37.12 63.27 -
YUV 155.42 155.98 89.9 -
System Red Green Blue C M Y K H S L
Decimal 102 173 205 0.50 0.16 0 0.20 198.64 0.51 0.6
Hex 66 AD CD 32 10 0 14 C7 33 3C
Octal 146 255 315 62 20 0 24 307 63 74
Binary 1100110 10101101 11001101 110010 10000 0 10100 11000111 110011 111100

Color Harmonies of #66ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADCD

Black with #66ADCD

Text Example


Text Example

White with #66ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,173,205); }

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

background-color css

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

 a { background-color: rgb(102,173,205); }

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

border-color css

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

 span { border-color: rgb(102,173,205); }

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