Html Css Color HEX #66ADCB Picton Blue

📋 copy color: '#66ADCB'

red 102 ◦ green 173 ◦ blue 203

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

Shades of Picton Blue #66ADCB

Tints of Picton Blue #66ADCB

RGB

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

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

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

R = 21.34%
G = 36.19%
B = 42.47%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#66ADCB (or 0x66ADCB) is known color: Picton Blue. HEX triplet: 66, AD and CB. RGB value is (102,173,203). Sum of RGB (Red+Green+Blue) = 102+173+203=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #66ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADCB is #995234. Grayscale: #9B9B9B. Windows color (decimal): -10048053 or 13348198. OLE color: 13348198.

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

Color convert

RGB 102 173 203 -
CMYK 0.50 0.15 0 0.20
HSL 197.82º 0.49% 0.6% -
HSV(B) 197.82º 0.5% 0.8% -
XYZ 31.2 37.02 62 -
YUV 155.19 154.98 90.06 -
System Red Green Blue C M Y K H S L
Decimal 102 173 203 0.50 0.15 0 0.20 197.82 0.49 0.6
Hex 66 AD CB 32 F 0 14 C6 31 3C
Octal 146 255 313 62 17 0 24 306 61 74
Binary 1100110 10101101 11001011 110010 1111 0 10100 11000110 110001 111100

Color Harmonies of #66ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADCB

Black with #66ADCB

Text Example


Text Example

White with #66ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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