#629eab

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

Shades of Cadet Blue #629EAB

Tints of Cadet Blue #629EAB

Color information

#629EAB (or 0x629EAB) is unknown color: approx Cadet Blue. HEX triplet: 62, 9E and AB. RGB value is (98,158,171). Sum of RGB (Red+Green+Blue) = 98+158+171=427 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.95% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #629EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629EAB is #9D6154. Grayscale: #8D8D8D. Windows color (decimal): -10314069 or 11247202. OLE color: 11247202.

HSL color Cylindrical-coordinate representation of color #629EAB: hue angle of 190.68º 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 #629EAB is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98158171-
CMYK0.430.0800.33
HSL190.68º30.29%52.75%-
HSV(B)190.68º42.69%67.06%-
XYZ24.6129.9943.02-
YUV141.54144.6296.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.95%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=22.95%
G=37.00%
B=40.05%

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
Decimal981581710.430.0800.33190.6830.2952.75
Hex629EAB2B8021bf1e35
Octal14223625353100412773665
Binary11000101001111010101011101011100001000011011111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629eab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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