Html Css Color HEX #65AECE Picton Blue

📋 copy color: '#65AECE'

red 101 ◦ green 174 ◦ blue 206

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

Shades of Picton Blue #65AECE

Tints of Picton Blue #65AECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.17%

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

R = 21%
G = 36.17%
B = 42.83%

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

#65AECE (or 0x65AECE) is known color: Picton Blue. HEX triplet: 65, AE and CE. RGB value is (101,174,206). Sum of RGB (Red+Green+Blue) = 101+174+206=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #65AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AECE is #9A5131. Grayscale: #9B9B9B. Windows color (decimal): -10113330 or 13545061. OLE color: 13545061.

HSL color Cylindrical-coordinate representation of color #65AECE: hue angle of 198.29º 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 #65AECE is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 174 206 -
CMYK 0.51 0.16 0 0.19
HSL 198.29º 0.52% 0.6% -
HSV(B) 198.29º 0.51% 0.81% -
XYZ 31.64 37.5 63.96 -
YUV 155.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 101 174 206 0.51 0.16 0 0.19 198.29 0.52 0.6
Hex 65 AE CE 33 10 0 13 C6 34 3C
Octal 145 256 316 63 20 0 23 306 64 74
Binary 1100101 10101110 11001110 110011 10000 0 10011 11000110 110100 111100

Color Harmonies of #65AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AECE

Black with #65AECE

Text Example


Text Example

White with #65AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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