#65ADC8

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

Shades of Picton Blue #65ADC8

Tints of Picton Blue #65ADC8

Color information

#65ADC8 (or 0x65ADC8) is unknown color: approx Picton Blue. HEX triplet: 65, AD and C8. RGB value is (101,173,200). Sum of RGB (Red+Green+Blue) = 101+173+200=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #65ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADC8 is #9A5237. Grayscale: #9A9A9A. Windows color (decimal): -10113592 or 13151589. OLE color: 13151589.

HSL color Cylindrical-coordinate representation of color #65ADC8: hue angle of 196.36º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65ADC8 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB101173200-
CMYK0.490.1400.22
HSL196.36º47.37%59.02%-
HSV(B)196.36º49.5%78.43%-
XYZ30.7436.8260.13-
YUV154.55153.6589.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.31%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 200 (78.52% from 255) = 42.19%
R=21.31%
G=36.50%
B=42.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1011732000.490.1400.22196.3647.3759.02
Hex65ADC831E016c42f3b
Octal14525531061160263045773
Binary11001011010110111001000110001111001011011000100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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