Html Css Color HEX #659DAA Cadet Blue

📋 copy color: '#659DAA'

red 101 ◦ green 157 ◦ blue 170

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

Shades of Cadet Blue #659DAA

Tints of Cadet Blue #659DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.68%

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

R = 23.6%
G = 36.68%
B = 39.72%

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

#659DAA (or 0x659DAA) is known color: Cadet Blue. HEX triplet: 65, 9D and AA. RGB value is (101,157,170). Sum of RGB (Red+Green+Blue) = 101+157+170=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #659DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659DAA is #9A6255. Grayscale: #8D8D8D. Windows color (decimal): -10117718 or 11181413. OLE color: 11181413.

HSL color Cylindrical-coordinate representation of color #659DAA: hue angle of 191.3º 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 #659DAA is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 157 170 -
CMYK 0.41 0.08 0 0.33
HSL 191.3º 0.29% 0.53% -
HSV(B) 191.3º 0.41% 0.67% -
XYZ 24.68 29.78 42.48 -
YUV 141.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 101 157 170 0.41 0.08 0 0.33 191.3 0.29 0.53
Hex 65 9D AA 29 8 0 21 BF 1D 35
Octal 145 235 252 51 10 0 41 277 35 65
Binary 1100101 10011101 10101010 101001 1000 0 100001 10111111 11101 110101

Color Harmonies of #659DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659DAA

Black with #659DAA

Text Example


Text Example

White with #659DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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