Html Css Color HEX #659FAA Cadet Blue

📋 copy color: '#659FAA'

red 101 ◦ green 159 ◦ blue 170

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

Shades of Cadet Blue #659FAA

Tints of Cadet Blue #659FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.98%

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

R = 23.49%
G = 36.98%
B = 39.53%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#659FAA (or 0x659FAA) is known color: Cadet Blue. HEX triplet: 65, 9F and AA. RGB value is (101,159,170). Sum of RGB (Red+Green+Blue) = 101+159+170=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #659FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659FAA is #9A6055. Grayscale: #8E8E8E. Windows color (decimal): -10117206 or 11181925. OLE color: 11181925.

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

Color convert

RGB 101 159 170 -
CMYK 0.41 0.06 0 0.33
HSL 189.57º 0.29% 0.53% -
HSV(B) 189.57º 0.41% 0.67% -
XYZ 25.02 30.47 42.59 -
YUV 142.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 101 159 170 0.41 0.06 0 0.33 189.57 0.29 0.53
Hex 65 9F AA 29 6 0 21 BE 1D 35
Octal 145 237 252 51 6 0 41 276 35 65
Binary 1100101 10011111 10101010 101001 110 0 100001 10111110 11101 110101

Color Harmonies of #659FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659FAA

Black with #659FAA

Text Example


Text Example

White with #659FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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