Html Css Color HEX #62ADCD Picton Blue

📋 copy color: '#62ADCD'

red 98 ◦ green 173 ◦ blue 205

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

Shades of Picton Blue #62ADCD

Tints of Picton Blue #62ADCD

RGB

 RED value IS 98 (38.67% from 255) = 20.59%

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 20.59%
G = 36.34%
B = 43.07%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#62ADCD (or 0x62ADCD) is known color: Picton Blue. HEX triplet: 62, AD and CD. RGB value is (98,173,205). Sum of RGB (Red+Green+Blue) = 98+173+205=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #62ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ADCD is #9D5232. Grayscale: #9A9A9A. Windows color (decimal): -10310195 or 13479266. OLE color: 13479266.

HSL color Cylindrical-coordinate representation of color #62ADCD: hue angle of 197.94º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62ADCD is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 173 205 -
CMYK 0.52 0.16 0 0.20
HSL 197.94º 0.52% 0.59% -
HSV(B) 197.94º 0.52% 0.8% -
XYZ 31 36.89 63.24 -
YUV 154.22 156.65 87.9 -
System Red Green Blue C M Y K H S L
Decimal 98 173 205 0.52 0.16 0 0.20 197.94 0.52 0.59
Hex 62 AD CD 34 10 0 14 C6 34 3B
Octal 142 255 315 64 20 0 24 306 64 73
Binary 1100010 10101101 11001101 110100 10000 0 10100 11000110 110100 111011

Color Harmonies of #62ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62ADCD

Black with #62ADCD

Text Example


Text Example

White with #62ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,173,205); }

 H1.HeaderClassName
 {
   color: #62ADCD;
 }
 .AnyTagClassName
 {
   color: #62ADCD;
 }
</style>

background-color css

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

 a { background-color: rgb(98,173,205); }

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

border-color css

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

 span { border-color: rgb(98,173,205); }

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