Html Css Color HEX #65ADCE Picton Blue

📋 copy color: '#65ADCE'

red 101 ◦ green 173 ◦ blue 206

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

Shades of Picton Blue #65ADCE

Tints of Picton Blue #65ADCE

RGB

 RED value IS 101 (39.84% from 255) = 21.04%

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 21.04%
G = 36.04%
B = 42.92%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#65ADCE (or 0x65ADCE) is known color: Picton Blue. HEX triplet: 65, AD and CE. RGB value is (101,173,206). Sum of RGB (Red+Green+Blue) = 101+173+206=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #65ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADCE is #9A5231. Grayscale: #9B9B9B. Windows color (decimal): -10113586 or 13544805. OLE color: 13544805.

HSL color Cylindrical-coordinate representation of color #65ADCE: hue angle of 198.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65ADCE is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 173 206 -
CMYK 0.51 0.16 0 0.19
HSL 198.86º 0.52% 0.6% -
HSV(B) 198.86º 0.51% 0.81% -
XYZ 31.45 37.11 63.9 -
YUV 155.23 156.65 89.32 -
System Red Green Blue C M Y K H S L
Decimal 101 173 206 0.51 0.16 0 0.19 198.86 0.52 0.6
Hex 65 AD CE 33 10 0 13 C7 34 3C
Octal 145 255 316 63 20 0 23 307 64 74
Binary 1100101 10101101 11001110 110011 10000 0 10011 11000111 110100 111100

Color Harmonies of #65ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ADCE

Black with #65ADCE

Text Example


Text Example

White with #65ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65ADCE; }

 p { color: rgb(101,173,206); }

 H1.HeaderClassName
 {
   color: #65ADCE;
 }
 .AnyTagClassName
 {
   color: #65ADCE;
 }
</style>

background-color css

<style>
 a { background-color: #65ADCE; }

 a { background-color: rgb(101,173,206); }

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

border-color css

<style>
 span { border-color: #65ADCE; }

 span { border-color: rgb(101,173,206); }

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