#7FADD4

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

Shades of Jordy Blue #7FADD4

Tints of Jordy Blue #7FADD4

Color information

#7FADD4 (or 0x7FADD4) is unknown color: approx Jordy Blue. HEX triplet: 7F, AD and D4. RGB value is (127,173,212). Sum of RGB (Red+Green+Blue) = 127+173+212=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #7FADD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADD4 is #80522B. Grayscale: #A3A3A3. Windows color (decimal): -8409644 or 13938047. OLE color: 13938047.

HSL color Cylindrical-coordinate representation of color #7FADD4: hue angle of 207.53º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FADD4 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB127173212-
CMYK0.400.1800.17
HSL207.53º49.71%66.47%-
HSV(B)207.53º40.09%83.14%-
XYZ35.5839.1567.97-
YUV163.69155.26101.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.80%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 212 (83.20% from 255) = 41.41%
R=24.80%
G=33.79%
B=41.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1271732120.400.1800.17207.5349.7166.47
Hex7FADD42812011d03242
Octal177255324502202132062102
Binary1111111101011011101010010100010010010001110100001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FADD4; }

 p { color: rgb(127,173,212); }

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

<style>
 a { background-color: #7FADD4; }

 a { background-color: rgb(127,173,212); }

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

<style>
 span { border-color: #7FADD4; }

 span { border-color: rgb(127,173,212); }

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