Html Css Color HEX #659FAB Cadet Blue

📋 copy color: '#659FAB'

red 101 ◦ green 159 ◦ blue 171

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

Shades of Cadet Blue #659FAB

Tints of Cadet Blue #659FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 23.43%
G = 36.89%
B = 39.68%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#659FAB (or 0x659FAB) is known color: Cadet Blue. HEX triplet: 65, 9F and AB. RGB value is (101,159,171). Sum of RGB (Red+Green+Blue) = 101+159+171=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #659FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659FAB is #9A6054. Grayscale: #8E8E8E. Windows color (decimal): -10117205 or 11247461. OLE color: 11247461.

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

Color convert

RGB 101 159 171 -
CMYK 0.41 0.07 0 0.33
HSL 190.29º 0.29% 0.53% -
HSV(B) 190.29º 0.41% 0.67% -
XYZ 25.12 30.5 43.09 -
YUV 143.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 101 159 171 0.41 0.07 0 0.33 190.29 0.29 0.53
Hex 65 9F AB 29 7 0 21 BE 1D 35
Octal 145 237 253 51 7 0 41 276 35 65
Binary 1100101 10011111 10101011 101001 111 0 100001 10111110 11101 110101

Color Harmonies of #659FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659FAB

Black with #659FAB

Text Example


Text Example

White with #659FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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