#7CAFED

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

Shades of Jordy Blue #7CAFED

Tints of Jordy Blue #7CAFED

Color information

#7CAFED (or 0x7CAFED) is unknown color: approx Jordy Blue. HEX triplet: 7C, AF and ED. RGB value is (124,175,237). Sum of RGB (Red+Green+Blue) = 124+175+237=536 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.13% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #7CAFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAFED is #835012. Grayscale: #A6A6A6. Windows color (decimal): -8605715 or 15576956. OLE color: 15576956.

HSL color Cylindrical-coordinate representation of color #7CAFED: hue angle of 212.92º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CAFED is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124175237-
CMYK0.480.2600.07
HSL212.92º75.84%70.78%-
HSV(B)212.92º47.68%92.94%-
XYZ38.9341.0685.99-
YUV166.82167.697.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.13%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=23.13%
G=32.65%
B=44.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241752370.480.2600.07212.9275.8470.78
Hex7CAFED301A07d54c47
Octal174257355603207325114107
Binary111110010101111111011011100001101001111101010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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