#62ACCF

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

Shades of Picton Blue #62ACCF

Tints of Picton Blue #62ACCF

Color information

#62ACCF (or 0x62ACCF) is unknown color: approx Picton Blue. HEX triplet: 62, AC and CF. RGB value is (98,172,207). Sum of RGB (Red+Green+Blue) = 98+172+207=477 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.55% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #62ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ACCF is #9D5330. Grayscale: #999999. Windows color (decimal): -10310449 or 13610082. OLE color: 13610082.

HSL color Cylindrical-coordinate representation of color #62ACCF: hue angle of 199.27º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62ACCF is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB98172207-
CMYK0.530.1700.19
HSL199.27º53.17%59.8%-
HSV(B)199.27º52.66%81.18%-
XYZ31.0536.6164.46-
YUV153.86157.9888.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.55%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=20.55%
G=36.06%
B=43.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal981722070.530.1700.19199.2753.1759.8
Hex62ACCF3511013c7353c
Octal14225431765210233076574
Binary110001010101100110011111101011000101001111000111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62ACCF; }

 p { color: rgb(98,172,207); }

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

<style>
 a { background-color: #62ACCF; }

 a { background-color: rgb(98,172,207); }

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

<style>
 span { border-color: #62ACCF; }

 span { border-color: rgb(98,172,207); }

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