#66A5E1

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

Shades of Jordy Blue #66A5E1

Tints of Jordy Blue #66A5E1

Color information

#66A5E1 (or 0x66A5E1) is unknown color: approx Jordy Blue. HEX triplet: 66, A5 and E1. RGB value is (102,165,225). Sum of RGB (Red+Green+Blue) = 102+165+225=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #66A5E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A5E1 is #995A1E. Grayscale: #989898. Windows color (decimal): -10050079 or 14787942. OLE color: 14787942.

HSL color Cylindrical-coordinate representation of color #66A5E1: hue angle of 209.27º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66A5E1 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB102165225-
CMYK0.550.2700.12
HSL209.27º67.21%64.12%-
HSV(B)209.27º54.67%88.24%-
XYZ32.5335.1776.31-
YUV153168.6391.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.73%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 225 (88.28% from 255) = 45.73%
R=20.73%
G=33.54%
B=45.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1021652250.550.2700.12209.2767.2164.12
Hex66A5E1371B0Cd14340
Octal1462453416733014321103100
Binary1100110101001011110000111011111011011001101000110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A5E1; }

 p { color: rgb(102,165,225); }

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

<style>
 a { background-color: #66A5E1; }

 a { background-color: rgb(102,165,225); }

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

<style>
 span { border-color: #66A5E1; }

 span { border-color: rgb(102,165,225); }

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