Html Css Color HEX #659CAA Cadet Blue

📋 copy color: '#659CAA'

red 101 ◦ green 156 ◦ blue 170

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

Shades of Cadet Blue #659CAA

Tints of Cadet Blue #659CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.53%

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 23.65%
G = 36.53%
B = 39.81%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#659CAA (or 0x659CAA) is known color: Cadet Blue. HEX triplet: 65, 9C and AA. RGB value is (101,156,170). Sum of RGB (Red+Green+Blue) = 101+156+170=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #659CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659CAA is #9A6355. Grayscale: #8D8D8D. Windows color (decimal): -10117974 or 11181157. OLE color: 11181157.

HSL color Cylindrical-coordinate representation of color #659CAA: hue angle of 192.17º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #659CAA is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 156 170 -
CMYK 0.41 0.08 0 0.33
HSL 192.17º 0.29% 0.53% -
HSV(B) 192.17º 0.41% 0.67% -
XYZ 24.51 29.45 42.42 -
YUV 141.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 101 156 170 0.41 0.08 0 0.33 192.17 0.29 0.53
Hex 65 9C AA 29 8 0 21 C0 1D 35
Octal 145 234 252 51 10 0 41 300 35 65
Binary 1100101 10011100 10101010 101001 1000 0 100001 11000000 11101 110101

Color Harmonies of #659CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659CAA

Black with #659CAA

Text Example


Text Example

White with #659CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659CAA; }

 p { color: rgb(101,156,170); }

 H1.HeaderClassName
 {
   color: #659CAA;
 }
 .AnyTagClassName
 {
   color: #659CAA;
 }
</style>

background-color css

<style>
 a { background-color: #659CAA; }

 a { background-color: rgb(101,156,170); }

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

border-color css

<style>
 span { border-color: #659CAA; }

 span { border-color: rgb(101,156,170); }

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