Html Css Color HEX #66ABCB Picton Blue

📋 copy color: '#66ABCB'

red 102 ◦ green 171 ◦ blue 203

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

Shades of Picton Blue #66ABCB

Tints of Picton Blue #66ABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 21.43%
G = 35.92%
B = 42.65%

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

#66ABCB (or 0x66ABCB) is known color: Picton Blue. HEX triplet: 66, AB and CB. RGB value is (102,171,203). Sum of RGB (Red+Green+Blue) = 102+171+203=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #66ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABCB is #995434. Grayscale: #999999. Windows color (decimal): -10048565 or 13347686. OLE color: 13347686.

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

Color convert

RGB 102 171 203 -
CMYK 0.50 0.16 0 0.20
HSL 199.01º 0.49% 0.6% -
HSV(B) 199.01º 0.5% 0.8% -
XYZ 30.82 36.26 61.87 -
YUV 154.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 102 171 203 0.50 0.16 0 0.20 199.01 0.49 0.6
Hex 66 AB CB 32 10 0 14 C7 31 3C
Octal 146 253 313 62 20 0 24 307 61 74
Binary 1100110 10101011 11001011 110010 10000 0 10100 11000111 110001 111100

Color Harmonies of #66ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABCB

Black with #66ABCB

Text Example


Text Example

White with #66ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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