Html Css Color HEX #68ACD2 Picton Blue

📋 copy color: '#68ACD2'

red 104 ◦ green 172 ◦ blue 210

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

Shades of Picton Blue #68ACD2

Tints of Picton Blue #68ACD2

RGB

 RED value IS 104 (41.02% from 255) = 21.4%

 GREEN value IS 172 (67.58% from 255) = 35.39%

 BLUE value IS 210 (82.42% from 255) = 43.21%

R = 21.4%
G = 35.39%
B = 43.21%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#68ACD2 (or 0x68ACD2) is known color: 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

RGB 104 172 210 -
CMYK 0.50 0.18 0 0.18
HSL 201.51º 0.54% 0.62% -
HSV(B) 201.51º 0.5% 0.82% -
XYZ 32.09 37.1 66.44 -
YUV 156 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 104 172 210 0.50 0.18 0 0.18 201.51 0.54 0.62
Hex 68 AC D2 32 12 0 12 CA 36 3E
Octal 150 254 322 62 22 0 22 312 66 76
Binary 1101000 10101100 11010010 110010 10010 0 10010 11001010 110110 111110

Color Harmonies of #68ACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACD2

Black with #68ACD2

Text Example


Text Example

White with #68ACD2

Text Example


Text Example

HTML Codes & Css Web 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>