Html Css Color HEX #66ABCF Picton Blue

📋 copy color: '#66ABCF'

red 102 ◦ green 171 ◦ blue 207

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

Shades of Picton Blue #66ABCF

Tints of Picton Blue #66ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 21.25%
G = 35.63%
B = 43.13%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66ABCF (or 0x66ABCF) is known color: Picton Blue. HEX triplet: 66, AB and CF. RGB value is (102,171,207). Sum of RGB (Red+Green+Blue) = 102+171+207=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #66ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABCF is #995430. Grayscale: #9A9A9A. Windows color (decimal): -10048561 or 13609830. OLE color: 13609830.

HSL color Cylindrical-coordinate representation of color #66ABCF: hue angle of 200.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66ABCF is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 171 207 -
CMYK 0.51 0.17 0 0.19
HSL 200.57º 0.52% 0.61% -
HSV(B) 200.57º 0.51% 0.81% -
XYZ 31.3 36.46 64.42 -
YUV 154.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 102 171 207 0.51 0.17 0 0.19 200.57 0.52 0.61
Hex 66 AB CF 33 11 0 13 C9 34 3D
Octal 146 253 317 63 21 0 23 311 64 75
Binary 1100110 10101011 11001111 110011 10001 0 10011 11001001 110100 111101

Color Harmonies of #66ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABCF

Black with #66ABCF

Text Example


Text Example

White with #66ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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