Html Css Color HEX #65989D Cadet Blue

📋 copy color: '#65989D'

red 101 ◦ green 152 ◦ blue 157

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

Shades of Cadet Blue #65989D

Tints of Cadet Blue #65989D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.07%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 24.63%
G = 37.07%
B = 38.29%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65989D (or 0x65989D) is known color: Cadet Blue. HEX triplet: 65, 98 and 9D. RGB value is (101,152,157). Sum of RGB (Red+Green+Blue) = 101+152+157=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #65989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65989D is #9A6762. Grayscale: #898989. Windows color (decimal): -10119011 or 10328165. OLE color: 10328165.

HSL color Cylindrical-coordinate representation of color #65989D: hue angle of 185.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65989D is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 152 157 -
CMYK 0.36 0.03 0 0.38
HSL 185.36º 0.22% 0.51% -
HSV(B) 185.36º 0.36% 0.62% -
XYZ 22.68 27.66 36.04 -
YUV 137.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 101 152 157 0.36 0.03 0 0.38 185.36 0.22 0.51
Hex 65 98 9D 24 3 0 26 B9 16 33
Octal 145 230 235 44 3 0 46 271 26 63
Binary 1100101 10011000 10011101 100100 11 0 100110 10111001 10110 110011

Color Harmonies of #65989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65989D

Black with #65989D

Text Example


Text Example

White with #65989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65989D; }

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

 H1.HeaderClassName
 {
   color: #65989D;
 }
 .AnyTagClassName
 {
   color: #65989D;
 }
</style>

background-color css

<style>
 a { background-color: #65989D; }

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

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

border-color css

<style>
 span { border-color: #65989D; }

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

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