Html Css Color HEX #66A1D8 Picton Blue

📋 copy color: '#66A1D8'

red 102 ◦ green 161 ◦ blue 216

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

Shades of Picton Blue #66A1D8

Tints of Picton Blue #66A1D8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.61%

 BLUE value IS 216 (84.77% from 255) = 45.09%

R = 21.29%
G = 33.61%
B = 45.09%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#66A1D8 (or 0x66A1D8) is known color: Picton Blue. HEX triplet: 66, A1 and D8. RGB value is (102,161,216). Sum of RGB (Red+Green+Blue) = 102+161+216=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #66A1D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A1D8 is #995E27. Grayscale: #959595. Windows color (decimal): -10051112 or 14197094. OLE color: 14197094.

HSL color Cylindrical-coordinate representation of color #66A1D8: hue angle of 208.95º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66A1D8 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 161 216 -
CMYK 0.53 0.25 0 0.15
HSL 208.95º 0.59% 0.62% -
HSV(B) 208.95º 0.53% 0.85% -
XYZ 30.62 33.27 69.77 -
YUV 149.63 165.45 94.03 -
System Red Green Blue C M Y K H S L
Decimal 102 161 216 0.53 0.25 0 0.15 208.95 0.59 0.62
Hex 66 A1 D8 35 19 0 F D1 3B 3E
Octal 146 241 330 65 31 0 17 321 73 76
Binary 1100110 10100001 11011000 110101 11001 0 1111 11010001 111011 111110

Color Harmonies of #66A1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A1D8

Black with #66A1D8

Text Example


Text Example

White with #66A1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,161,216); }

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

background-color css

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

 a { background-color: rgb(102,161,216); }

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

border-color css

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

 span { border-color: rgb(102,161,216); }

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