Html Css Color HEX #65ADC8 Picton Blue

📋 copy color: '#65ADC8'

red 101 ◦ green 173 ◦ blue 200

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

Shades of Picton Blue #65ADC8

Tints of Picton Blue #65ADC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.19%

R = 21.31%
G = 36.5%
B = 42.19%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#65ADC8 (or 0x65ADC8) is known color: 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

RGB 101 173 200 -
CMYK 0.49 0.14 0 0.22
HSL 196.36º 0.47% 0.59% -
HSV(B) 196.36º 0.5% 0.78% -
XYZ 30.74 36.82 60.13 -
YUV 154.55 153.65 89.8 -
System Red Green Blue C M Y K H S L
Decimal 101 173 200 0.49 0.14 0 0.22 196.36 0.47 0.59
Hex 65 AD C8 31 E 0 16 C4 2F 3B
Octal 145 255 310 61 16 0 26 304 57 73
Binary 1100101 10101101 11001000 110001 1110 0 10110 11000100 101111 111011

Color Harmonies of #65ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ADC8

Black with #65ADC8

Text Example


Text Example

White with #65ADC8

Text Example


Text Example

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