#69A1DE

Color #69A1DE Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #69A1DE

Tints of Jordy Blue #69A1DE

Color information

#69A1DE (or 0x69A1DE) is unknown color: approx Jordy Blue. HEX triplet: 69, A1 and DE. RGB value is (105,161,222). Sum of RGB (Red+Green+Blue) = 105+161+222=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #69A1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A1DE is #965E21. Grayscale: #969696. Windows color (decimal): -9854498 or 14590313. OLE color: 14590313.

HSL color Cylindrical-coordinate representation of color #69A1DE: hue angle of 211.28º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69A1DE is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105161222-
CMYK0.530.2700.13
HSL211.28º63.93%64.12%-
HSV(B)211.28º52.7%87.06%-
XYZ31.7633.7773.95-
YUV151.21167.9595.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.52%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=21.52%
G=32.99%
B=45.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051612220.530.2700.13211.2863.9364.12
Hex69A1DE351B0Dd34040
Octal1512413366533015323100100
Binary1101001101000011101111011010111011011011101001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A1DE; }

 p { color: rgb(105,161,222); }

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

<style>
 a { background-color: #69A1DE; }

 a { background-color: rgb(105,161,222); }

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

<style>
 span { border-color: #69A1DE; }

 span { border-color: rgb(105,161,222); }

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