#65999A

Color #65999A Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #65999A

Tints of Cadet Blue #65999A

Color information

#65999A (or 0x65999A) is unknown color: approx Cadet Blue. HEX triplet: 65, 99 and 9A. RGB value is (101,153,154). Sum of RGB (Red+Green+Blue) = 101+153+154=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 154 - color contains mainly: blue. Hex color #65999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65999A is #9A6665. Grayscale: #898989. Windows color (decimal): -10118758 or 10131813. OLE color: 10131813.

HSL color Cylindrical-coordinate representation of color #65999A: hue angle of 181.13º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65999A is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB101153154-
CMYK0.340.0100.40
HSL181.13º20.78%50%-
HSV(B)181.13º34.42%60.39%-
XYZ22.5927.8834.76-
YUV137.57137.27101.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.75%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=24.75%
G=37.5%
B=37.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011531540.340.0100.40181.1320.7850
Hex65999A221028b51532
Octal1452312324210502652562
Binary11001011001100110011010100010101010001011010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65999A; }

 p { color: rgb(101,153,154); }

 H1.HeaderClassName
 {
   color: #65999A;
 }
 .AnyTagClassName
 {
   color: #65999A;
 }
</style>
background-color css

<style>
 a { background-color: #65999A; }

 a { background-color: rgb(101,153,154); }

 div.DivClassName
 {
   background-color: #65999A;
 }
 .BgClassName
 {
   background-color: #65999A;
 }
</style>
border-color css

<style>
 span { border-color: #65999A; }

 span { border-color: rgb(101,153,154); }

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