#629DAB

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

Shades of Cadet Blue #629DAB

Tints of Cadet Blue #629DAB

Color information

#629DAB (or 0x629DAB) is unknown color: approx Cadet Blue. HEX triplet: 62, 9D and AB. RGB value is (98,157,171). Sum of RGB (Red+Green+Blue) = 98+157+171=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #629DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629DAB is #9D6254. Grayscale: #8C8C8C. Windows color (decimal): -10314325 or 11246946. OLE color: 11246946.

HSL color Cylindrical-coordinate representation of color #629DAB: hue angle of 191.51º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #629DAB is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98157171-
CMYK0.430.0800.33
HSL191.51º30.29%52.75%-
HSV(B)191.51º42.69%67.06%-
XYZ24.4429.6542.96-
YUV140.95144.9597.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.00%
GREEN value IS 157 (61.72% from 255) = 36.85%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=23.00%
G=36.85%
B=40.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981571710.430.0800.33191.5130.2952.75
Hex629DAB2B8021c01e35
Octal14223525353100413003665
Binary11000101001110110101011101011100001000011100000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629DAB; }

 p { color: rgb(98,157,171); }

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

<style>
 a { background-color: #629DAB; }

 a { background-color: rgb(98,157,171); }

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

<style>
 span { border-color: #629DAB; }

 span { border-color: rgb(98,157,171); }

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