#68ACD2

Color #68ACD2 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #68ACD2

Tints of Picton Blue #68ACD2

Color information

#68ACD2 (or 0x68ACD2) is unknown color: approx Picton Blue. HEX triplet: 68, AC and D2. RGB value is (104,172,210). Sum of RGB (Red+Green+Blue) = 104+172+210=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #68ACD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACD2 is #97532D. Grayscale: #9B9B9B. Windows color (decimal): -9917230 or 13806696. OLE color: 13806696.

HSL color Cylindrical-coordinate representation of color #68ACD2: hue angle of 201.51º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68ACD2 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104172210-
CMYK0.500.1800.18
HSL201.51º54.08%61.57%-
HSV(B)201.51º50.48%82.35%-
XYZ32.0937.166.44-
YUV156158.4790.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.40%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 210 (82.42% from 255) = 43.21%
R=21.40%
G=35.39%
B=43.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041722100.500.1800.18201.5154.0861.57
Hex68ACD23212012ca363e
Octal15025432262220223126676
Binary110100010101100110100101100101001001001011001010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68ACD2; }

 p { color: rgb(104,172,210); }

 H1.HeaderClassName
 {
   color: #68ACD2;
 }
 .AnyTagClassName
 {
   color: #68ACD2;
 }
</style>
background-color css

<style>
 a { background-color: #68ACD2; }

 a { background-color: rgb(104,172,210); }

 div.DivClassName
 {
   background-color: #68ACD2;
 }
 .BgClassName
 {
   background-color: #68ACD2;
 }
</style>
border-color css

<style>
 span { border-color: #68ACD2; }

 span { border-color: rgb(104,172,210); }

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