#7caff6

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

Shades of Jordy Blue #7CAFF6

Tints of Jordy Blue #7CAFF6

Color information

#7CAFF6 (or 0x7CAFF6) is unknown color: approx Jordy Blue. HEX triplet: 7C, AF and F6. RGB value is (124,175,246). Sum of RGB (Red+Green+Blue) = 124+175+246=545 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.75% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #7CAFF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAFF6 is #835009. Grayscale: #A7A7A7. Windows color (decimal): -8605706 or 16166780. OLE color: 16166780.

HSL color Cylindrical-coordinate representation of color #7CAFF6: hue angle of 214.92º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CAFF6 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB124175246-
CMYK0.500.2900.04
HSL214.92º87.14%72.55%-
HSV(B)214.92º49.59%96.47%-
XYZ40.2841.693.1-
YUV167.84172.196.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.75%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 246 (96.48% from 255) = 45.14%
R=22.75%
G=32.11%
B=45.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1241752460.500.2900.04214.9287.1472.55
Hex7CAFF6321D04d75749
Octal174257366623504327127111
Binary111110010101111111101101100101110101001101011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7caff6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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