#7CAFE1

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

Shades of Jordy Blue #7CAFE1

Tints of Jordy Blue #7CAFE1

Color information

#7CAFE1 (or 0x7CAFE1) is unknown color: approx Jordy Blue. HEX triplet: 7C, AF and E1. RGB value is (124,175,225). Sum of RGB (Red+Green+Blue) = 124+175+225=524 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.66% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #7CAFE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFE1 is #83501E. Grayscale: #A5A5A5. Windows color (decimal): -8605727 or 14790524. OLE color: 14790524.

HSL color Cylindrical-coordinate representation of color #7CAFE1: hue angle of 209.7º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CAFE1 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB124175225-
CMYK0.450.2200.12
HSL209.7º62.73%68.43%-
HSV(B)209.7º44.89%88.24%-
XYZ37.2340.3877.07-
YUV165.45161.698.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.66%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=23.66%
G=33.40%
B=42.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1241752250.450.2200.12209.762.7368.43
Hex7CAFE12D160Cd23f44
Octal174257341552601432277104
Binary111110010101111111000011011011011001100110100101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,225); }

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

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

 a { background-color: rgb(124,175,225); }

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

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

 span { border-color: rgb(124,175,225); }

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