Html Css Color HEX #66ABC8 Picton Blue

📋 copy color: '#66ABC8'

red 102 ◦ green 171 ◦ blue 200

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

Shades of Picton Blue #66ABC8

Tints of Picton Blue #66ABC8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

 BLUE value IS 200 (78.52% from 255) = 42.28%

R = 21.56%
G = 36.15%
B = 42.28%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#66ABC8 (or 0x66ABC8) is known color: Picton Blue. HEX triplet: 66, AB and C8. RGB value is (102,171,200). Sum of RGB (Red+Green+Blue) = 102+171+200=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #66ABC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABC8 is #995437. Grayscale: #999999. Windows color (decimal): -10048568 or 13151078. OLE color: 13151078.

HSL color Cylindrical-coordinate representation of color #66ABC8: hue angle of 197.76º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66ABC8 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 171 200 -
CMYK 0.49 0.14 0 0.22
HSL 197.76º 0.47% 0.59% -
HSV(B) 197.76º 0.49% 0.78% -
XYZ 30.47 36.12 60.01 -
YUV 153.68 154.14 91.14 -
System Red Green Blue C M Y K H S L
Decimal 102 171 200 0.49 0.14 0 0.22 197.76 0.47 0.59
Hex 66 AB C8 31 E 0 16 C6 2F 3B
Octal 146 253 310 61 16 0 26 306 57 73
Binary 1100110 10101011 11001000 110001 1110 0 10110 11000110 101111 111011

Color Harmonies of #66ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABC8

Black with #66ABC8

Text Example


Text Example

White with #66ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,171,200); }

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

background-color css

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

 a { background-color: rgb(102,171,200); }

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

border-color css

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

 span { border-color: rgb(102,171,200); }

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